| Commit message (Expand) | Author | Age |
| * | Update README | lukeflo | 2025-02-17 |
| * | improve file handling | lukeflo | 2025-02-17 |
| * | implement basic config struct and example file | lukeflo | 2025-02-17 |
| * | Simplify codebase | lukeflo | 2025-01-29 |
| * | remove EntryTableItem struct, simply use BibiData | lukeflo | 2025-01-29 |
| * | try with borrowed values | lukeflo | 2025-01-29 |
| * | bug fix for test modul | lukeflo | 2025-01-03 |
| * | Minor Feature: Sort entries by position in/of file | lukeflo | 2024-12-25 |
| * | Bugfix: Handle citekey duplicates | lukeflo | 2024-12-25 |
| * | remove unused import | lukeflo | 2024-12-23 |
| * | replace doi2bib with ureq crate | lukeflo | 2024-12-23 |
| * | 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 |
| * | 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: handle better arXiv's "citation key" imported from DOI | Trim Bresilla | 2024-12-23 |
| * | fix: hande better eyre's OK and std's OK | Trim Bresilla | 2024-12-23 |
| * | feat: add 'file={}' entry in BibTex | Trim Bresilla | 2024-12-23 |
| * | feat: enhance BibTeX entry formatting and file handling | Trim Bresilla | 2024-12-23 |
| * | feat: finalize basic "AddEntry" to add from DOI | Trim Bresilla | 2024-12-23 |
| * | feat: implement entry management in Bibiman TUI | Trim Bresilla | 2024-12-23 |
| * | 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 |