| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | feat: enhance BibTeX entry formatting and file handling | Trim Bresilla | 2024-12-23 |
| | | | | | | | | - Remove the documentation comment for the `append_to_file` function. - Format the content before writing it to the file in the `append_to_file` function. - Add a new function `format_bibtex_entry` to enhance the readability of raw BibTeX entries. - Implement logic to properly parse and format BibTeX entries in the `format_bibtex_entry` function. | ||
| * | feat: finalize basic "AddEntry" to add from DOI | Trim Bresilla | 2024-12-23 |
| | | | | | | | | - Modify the `handle_new_entry_submission` method to accept additional arguments. - Add error handling for failed inserts when appending to the file. - Introduce a new method `append_to_file` to handle file appending logic. - Update file handling to ensure new entries are correctly written to the specified file. | ||
| * | feat: implement entry management in Bibiman TUI | Trim Bresilla | 2024-12-23 |
| | | | | | | | | | | | - Add `.devbox` to the `.gitignore` file - Create a new backup file `devbox.json.back` with package and shell initialization configurations - Introduce a new method `add_entry` in the Bibiman struct to manage adding entries - Implement functionality to handle new entry submissions using `doi2bib` - Update command actions to include `AddEntry` - Add `AddEntry` as a new popup type in the TUI for creating entries - Enhance the UI rendering to support the new entry popup with input fields and cursor positioning | ||
| * | handling of errors and ui for multi file case | lukeflo | 2024-11-25 |
| | | |||
| * | working multi file approach | lukeflo | 2024-11-23 |
| | | |||
| * | rename files arg field, start rewriting run_editor fn | lukeflo | 2024-11-23 |
| | | |||
| * | implement needed dep injection of cli args | lukeflo | 2024-11-23 |
| | | |||
| * | rewrite cli parsing, allow multiple files and dir as args | lukeflo | 2024-11-22 |
| | | |||
| * | open multiple files: per CLI possible | lukeflo | 2024-11-22 |
| | | |||
| * | finished selection popup | lukeflo | 2024-11-17 |
| | | |||
| * | working selection popup, but ugly field values | lukeflo | 2024-11-17 |
| | | |||
| * | selection popup fundament | lukeflo | 2024-11-16 |
| | | |||
| * | replaced some Strings with &str, impl lifetimes for structs | lukeflo | 2024-11-16 |
| | | |||
| * | refined complicated code parts | lukeflo | 2024-11-14 |
| | | |||
| * | implement scrolling for help popup | lukeflo | 2024-11-14 |
| | | |||
| * | impl popup for keybindings/messages | lukeflo | 2024-11-14 |
| | | |||
| * | simplify bibdata sourcing | lukeflo | 2024-11-08 |
| | | |||
| * | clean up ui code | lukeflo | 2024-11-07 |
| | | |||
| * | remove unneccessary TagListItem struct | lukeflo | 2024-11-06 |
| | | |||
| * | replace some cloning with references | lukeflo | 2024-11-06 |
| | | |||
| * | Imple column/cell selection feature of ratatui 0.29.0 | lukeflo | 2024-10-25 |
| | | |||
| * | Inegrate new command-action driven structure | lukeflo | 2024-10-25 |
| | | | | | | | | | - Map keys to actions to commands - allows for easily adding config file support - restructure folders/files - implement own input mode - rewrite UI rendering to make it better editable | ||
| * | rewrote ui.rs | lukeflo | 2024-10-24 |
| | | |||
| * | implementig tui_input for searching | lukeflo | 2024-10-24 |
| | | |||
| * | rearrange code again, prepare for command-action setup | lukeflo | 2024-10-24 |
