| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | collect code for adding entries and opening files in method | lukeflo | 2024-12-23 |
| | | |||
| * | better error messages for doi-add | lukeflo | 2024-12-23 |
| | | |||
| * | rewrite add-entry via DOI workflow | lukeflo | 2024-12-23 |
| | | | | | | | | + split some functions to fit with different popups + select if append to file (and to which) or create new file + error handling if resolving doi ist not possible + error handling for wront doi patterns | ||
| * | use input struct, place cursor at pos | lukeflo | 2024-12-23 |
| | | |||
| * | use specific search command for entering search input mode | lukeflo | 2024-12-23 |
| | | |||
| * | 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 | ||
| * | Add expansion of ~ to home-dir | lukeflo | 2024-12-01 |
| | | |||
| * | implement needed dep injection of cli args | lukeflo | 2024-11-23 |
| | | |||
| * | filepath as OsString, new color sheme | lukeflo | 2024-11-22 |
| | | |||
| * | implement warning message popup | lukeflo | 2024-11-17 |
| | | |||
| * | 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 |
| | | |||
| * | selection popup: not impl as trait... | lukeflo | 2024-11-15 |
| | | |||
| * | some minor fixes | lukeflo | 2024-11-15 |
| | | |||
| * | 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 |
| | | |||
| * | 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 | ||
| * | fixed some rendering bugs. TODO: move cursor when searching | 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 |
