| Commit message (Expand) | Author | Age |
| * | Implemented basic sanitizing. | Klimperfix | 2025-10-03 |
| * | quit creating note function if citekey contains special char | lukeflo | 2025-07-05 |
| * | succesfully tested note creation | lukeflo | 2025-07-05 |
| * | create note function impl | lukeflo | 2025-07-05 |
| * | first steps for create new note | lukeflo | 2025-07-05 |
| * | use `PopupItem` to determine resource type | lukeflo | 2025-07-04 |
| * | impl `PopupItem` enum, adapt ui: include colors | lukeflo | 2025-07-04 |
| * | detach opened note from terminal window running bibiman | lukeflo | 2025-07-03 |
| * | align resource symbols, update README | lukeflo | 2025-06-30 |
| * | update README: note feature | lukeflo | 2025-06-30 |
| * | opening notes in set editor | lukeflo | 2025-06-30 |
| * | some more tests for notes, need to elaborate function for opening notes | lukeflo | 2025-06-29 |
| * | working note-opening action. needs refinement: errors and ui | lukeflo | 2025-06-29 |
| * | remove unneeded struct | lukeflo | 2025-06-28 |
| * | add shortcuts for opening files/links and yanking citekey | lukeflo | 2025-06-28 |
| * | Fix: fix expansion of tilde (`~`) into home dir | lukeflo | 2025-06-09 |
| * | impl check for valid filepath, update README | lukeflo | 2025-06-02 |
| * | better UI for popups, some testings | lukeflo | 2025-05-30 |
| * | impl open_popup function for all popup cases | lukeflo | 2025-05-30 |
| * | first steps in rewriting popups | lukeflo | 2025-05-26 |
| * | enhancement from PR \#28 discussion | lukeflo | 2025-05-25 |
| * | implemented a workflow, but citekey matching still buggy | lukeflo | 2025-05-24 |
| * | yank multiple fields | lukeflo | 2025-03-30 |
| * | replace Config crate with Figment -> better merging of default and config values | lukeflo | 2025-02-22 |
| * | implement working config file construct, error handling should be improved | lukeflo | 2025-02-21 |
| * | parse config file | lukeflo | 2025-02-21 |
| * | resource opener in config | lukeflo | 2025-02-19 |
| * | Update README | lukeflo | 2025-02-17 |
| * | improve file handling | 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 |
| * | 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 |
| * | 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 |
| * | 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 |