| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | feat: handle better arXiv's "citation key" imported from DOI | Trim Bresilla | 2024-12-23 |
| | | | | | | | | | - Add a new dependency `rand` version `0.8` to the project - Modify the `format_bibtex_entry` function for better readability and citation key cleaning - Introduce logic to clean the citation key by retaining only alphanumerical characters and underscores - Limit the citation key to the last 14 characters if it exceeds that length - Add a new `file` field to the BibTeX entry using the provided file path | ||
| * | fix: hande better eyre's OK and std's OK | Trim Bresilla | 2024-12-23 |
| | | | | | | | - Remove unnecessary aliasing of Result to AOk - Simplify the import statement for Result from color_eyre - Update error handling for the new entry resolution process | ||
| * | feat: add 'file={}' entry in BibTex | Trim Bresilla | 2024-12-23 |
| | | | | | | | | - Improve error handling for failed file appends by formatting content before appending. - Modify the `format_bibtex_entry` function to accept a file path argument. - Add a new `file` field to the formatted BibTeX entry. - Ensure the formatted content is written to the file correctly. | ||
| * | 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 | ||
| * | Add expansion of ~ to home-dir | lukeflo | 2024-12-01 |
| | | |||
| * | info for needed step after impl config | lukeflo | 2024-12-01 |
| | | |||
| * | new() fn for colors struct | lukeflo | 2024-11-29 |
| | | |||
| * | implemented light color scheme | lukeflo | 2024-11-29 |
| | | |||
| * | delete unused code fragments | lukeflo | 2024-11-28 |
| | | |||
| * | replace unused vars | lukeflo | 2024-11-28 |
| | | |||
| * | substitute style const for UI rendering | lukeflo | 2024-11-28 |
| | | |||
| * | color struct impl, integrated with cliargs | lukeflo | 2024-11-28 |
| | | |||
| * | doc string for parse_files | lukeflo | 2024-11-28 |
| | | |||
| * | extra safety check for extensions | lukeflo | 2024-11-25 |
| | | |||
| * | handling of errors and ui for multi file case | lukeflo | 2024-11-25 |
| | | |||
| * | open correct file in editor, show file info | lukeflo | 2024-11-24 |
| | | |||
| * | 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 |
| | | |||
| * | add crates | lukeflo | 2024-11-22 |
| | | |||
| * | open multiple files: per CLI possible | lukeflo | 2024-11-22 |
| | | |||
| * | filepath as OsString, new color sheme | lukeflo | 2024-11-22 |
| | | |||
| * | some typos | lukeflo | 2024-11-18 |
| | | |||
| * | implement warning message popup | lukeflo | 2024-11-17 |
| | | |||
| * | Add keybind hints for popup movement | 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 |
| | | |||
| * | removed tui-popup, wrote own popup code | lukeflo | 2024-11-16 |
| | | |||
| * | selection popup: not impl as trait... | lukeflo | 2024-11-15 |
| | | |||
| * | restyle search bar | lukeflo | 2024-11-15 |
| | | |||
| * | some minor fixes | lukeflo | 2024-11-15 |
| | | |||
| * | change style of popups, calculate width by content | lukeflo | 2024-11-14 |
| | | |||
| * | refined complicated code parts | lukeflo | 2024-11-14 |
| | | |||
| * | implement scrolling for help popup | lukeflo | 2024-11-14 |
| | | |||
| * | restyle help popup | lukeflo | 2024-11-14 |
| | | |||
| * | impl popup for keybindings/messages | lukeflo | 2024-11-14 |
| | | |||
| * | simplify bibdata sourcing | lukeflo | 2024-11-08 |
| | | |||
| * | reorder ui functions | lukeflo | 2024-11-08 |
| | | |||
| * | fix tests | lukeflo | 2024-11-08 |
| | | |||
| * | error handling if no file is passed as pos arg | lukeflo | 2024-11-08 |
| | | |||
| * | clean up ui code | lukeflo | 2024-11-07 |
| | | |||
| * | const reduced | lukeflo | 2024-11-06 |
| | | |||
| * | fg text color dimmed | lukeflo | 2024-11-06 |
| | | |||
| * | remove unneccessary TagListItem struct | lukeflo | 2024-11-06 |
| | | |||
| * | replace some cloning with references | lukeflo | 2024-11-06 |
| | | |||
