| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | 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 | |
| | | | | | | | | | | | | | | | + 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 | |
| | | | ||||
| | * | 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 | |
| | | | | | | | | | | | | | | | | | - Add a new dependency `rand` version `0.8` to the project - Modify the `format_bibtex_entry` function for better readability and citation key cleaning - Introduce logic to clean the citation key by retaining only alphanumerical characters and underscores - Limit the citation key to the last 14 characters if it exceeds that length - Add a new `file` field to the BibTeX entry using the provided file path | |||
| | * | fix: hande better eyre's OK and std's OK | Trim Bresilla | 2024-12-23 | |
| | | | | | | | | | | | | | - Remove unnecessary aliasing of Result to AOk - Simplify the import statement for Result from color_eyre - Update error handling for the new entry resolution process | |||
| | * | feat: add 'file={}' entry in BibTex | Trim Bresilla | 2024-12-23 | |
| | | | | | | | | | | | | | | | - Improve error handling for failed file appends by formatting content before appending. - Modify the `format_bibtex_entry` function to accept a file path argument. - Add a new `file` field to the formatted BibTeX entry. - Ensure the formatted content is written to the file correctly. | |||
| | * | feat: enhance BibTeX entry formatting and file handling | Trim Bresilla | 2024-12-23 | |
| | | | | | | | | | | | | | | | - Remove the documentation comment for the `append_to_file` function. - Format the content before writing it to the file in the `append_to_file` function. - Add a new function `format_bibtex_entry` to enhance the readability of raw BibTeX entries. - Implement logic to properly parse and format BibTeX entries in the `format_bibtex_entry` function. | |||
| | * | chore: remove unnecessary backup configuration files | Trim Bresilla | 2024-12-23 | |
| | | | | | | | | | - Remove the backup configuration file for devbox | |||
| | * | feat: finalize basic "AddEntry" to add from DOI | Trim Bresilla | 2024-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 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 | |||
| | * | chore: update dependencies and add some files to .gitignore | Trim Bresilla | 2024-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 subheading | lukeflo | 2024-12-03 | |
| | | ||||
| * | Add matrix badge | lukeflo | 2024-12-03 | |
| | | ||||
| * | update README | lukeflo | 2024-12-01 | |
| | | ||||
| * | Add expansion of ~ to home-dir | lukeflo | 2024-12-01 | |
| | | ||||
| * | info for needed step after impl config | lukeflo | 2024-12-01 | |
| | | ||||
| * | update README | lukeflo | 2024-11-29 | |
| | | ||||
| * | 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 | |
| | | ||||
| * | new gifs: multifile approach, updated color scheme | 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 | |
| | | ||||
| * | update README | lukeflo | 2024-11-24 | |
| | | ||||
| * | 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 | |
| | | ||||
| * | update installation info | lukeflo | 2024-11-19 | |
| | | ||||
| * | packaging for crates.io | lukeflo | 2024-11-19 | |
| | | ||||
| * | version bumb 0.7.0, new gif | lukeflo | 2024-11-19 | |
| | | ||||
| * | some typos | lukeflo | 2024-11-18 | |
| | | ||||
| * | implement warning message popup | lukeflo | 2024-11-17 | |
| | | ||||
| * | remove doi crate | 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 | |
| | | ||||
