| Commit message (Expand) | Author | Age |
| * | add shortcuts for opening files/links and yanking citekey | lukeflo | 2025-06-28 |
| * | impl check for valid filepath, update README | lukeflo | 2025-06-02 |
| * | some fixes and test for `file_prefix` with new bool | lukeflo | 2025-06-01 |
| * | 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 |
| * | implemented a workflow, but citekey matching still buggy | lukeflo | 2025-05-24 |
| * | trim surrounding whitespace of DOI, URL and FILE field: \#20 | lukeflo | 2025-05-11 |
| * | yank multiple fields | lukeflo | 2025-03-30 |
| * | add `file_prefix` option to config and opening function | lukeflo | 2025-02-27 |
| * | 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 |
| * | remove some comments, update README | lukeflo | 2025-02-19 |
| * | resource opener in config | lukeflo | 2025-02-19 |
| * | Update README | lukeflo | 2025-02-17 |
| * | improve file handling | lukeflo | 2025-02-17 |
| * | Minor Feature: Sort entries by position in/of file | lukeflo | 2024-12-25 |
| * | 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: 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 |
| * | 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 |
| * | 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 |