aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* chore: remove unnecessary backup configuration filesTrim Bresilla2024-12-23
| | | | - Remove the backup configuration file for devbox
* feat: finalize basic "AddEntry" to add from DOITrim Bresilla2024-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 TUITrim Bresilla2024-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
* chore: update dependencies and add some files to .gitignoreTrim Bresilla2024-12-23
| | | | | - Update the `Cargo.toml` to include the `doi2bib` dependency with version `0.2.0` - Add rules to ignore `.direnv`, `.envrc`, and `devbox.json` files in the `.gitignore`
* center heading, add subheadinglukeflo2024-12-03
|
* Add matrix badgelukeflo2024-12-03
|
* update READMElukeflo2024-12-01
|
* Add expansion of ~ to home-dirlukeflo2024-12-01
|
* info for needed step after impl configlukeflo2024-12-01
|
* update READMElukeflo2024-11-29
|
* new() fn for colors structlukeflo2024-11-29
|
* implemented light color schemelukeflo2024-11-29
|
* delete unused code fragmentslukeflo2024-11-28
|
* replace unused varslukeflo2024-11-28
|
* substitute style const for UI renderinglukeflo2024-11-28
|
* color struct impl, integrated with cliargslukeflo2024-11-28
|
* new gifs: multifile approach, updated color schemelukeflo2024-11-28
|
* doc string for parse_fileslukeflo2024-11-28
|
* extra safety check for extensionslukeflo2024-11-25
|
* handling of errors and ui for multi file caselukeflo2024-11-25
|
* update READMElukeflo2024-11-24
|
* open correct file in editor, show file infolukeflo2024-11-24
|
* working multi file approachlukeflo2024-11-23
|
* rename files arg field, start rewriting run_editor fnlukeflo2024-11-23
|
* implement needed dep injection of cli argslukeflo2024-11-23
|
* rewrite cli parsing, allow multiple files and dir as argslukeflo2024-11-22
|
* add crateslukeflo2024-11-22
|
* open multiple files: per CLI possiblelukeflo2024-11-22
|
* filepath as OsString, new color shemelukeflo2024-11-22
|
* update installation infolukeflo2024-11-19
|
* packaging for crates.iolukeflo2024-11-19
|
* version bumb 0.7.0, new giflukeflo2024-11-19
|
* some typoslukeflo2024-11-18
|
* implement warning message popuplukeflo2024-11-17
|
* remove doi cratelukeflo2024-11-17
|
* Add keybind hints for popup movementlukeflo2024-11-17
|
* finished selection popuplukeflo2024-11-17
|
* working selection popup, but ugly field valueslukeflo2024-11-17
|
* selection popup fundamentlukeflo2024-11-16
|
* replaced some Strings with &str, impl lifetimes for structslukeflo2024-11-16
|
* removed tui-popup, wrote own popup codelukeflo2024-11-16
|
* selection popup: not impl as trait...lukeflo2024-11-15
|
* restyle search barlukeflo2024-11-15
|
* some minor fixeslukeflo2024-11-15
|
* change style of popups, calculate width by contentlukeflo2024-11-14
|
* refined complicated code partslukeflo2024-11-14
|
* implement scrolling for help popuplukeflo2024-11-14
|
* restyle help popuplukeflo2024-11-14
|
* impl popup for keybindings/messageslukeflo2024-11-14
|
* bug fix version add, readme updatedlukeflo2024-11-08
|