| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix some tests, default config, help popup | lukeflo | 2025-07-08 |
| | | |||
| * | first steps for create new note | lukeflo | 2025-07-05 |
| | | |||
| * | `PopupItem::Citekey` impl | lukeflo | 2025-07-04 |
| | | |||
| * | impl `PopupItem` enum, adapt ui: include colors | lukeflo | 2025-07-04 |
| | | |||
| * | some fixes and test for `file_prefix` with new bool | lukeflo | 2025-06-01 |
| | | |||
| * | first steps in rewriting popups | lukeflo | 2025-05-26 |
| | | |||
| * | some more doc strings | lukeflo | 2025-05-26 |
| | | |||
| * | yank multiple fields | lukeflo | 2025-03-30 |
| | | | | | | | + open a selection menu when pressing `y` + select a field: citekey, weblink, filepath + copy value of selected field to clipboard | ||
| * | 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 |
| | | |||
| * | Minor Feature: Sort entries by position in/of file | lukeflo | 2024-12-25 |
| | | | | | | + Hitting now sorts the entries by position in file or position of files + Can be helpful to detect entries newly added via DOI which are appended to EOF | ||
| * | 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 |
| | | |||
| * | 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 | ||
| * | delete unused code fragments | lukeflo | 2024-11-28 |
| | | |||
| * | substitute style const for UI rendering | lukeflo | 2024-11-28 |
| | | |||
| * | filepath as OsString, new color sheme | lukeflo | 2024-11-22 |
| | | |||
| * | some typos | lukeflo | 2024-11-18 |
| | | |||
| * | implement warning message popup | 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 |
| | | |||
| * | restyle help popup | lukeflo | 2024-11-14 |
| | | |||
| * | impl popup for keybindings/messages | lukeflo | 2024-11-14 |
