| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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 | ||
| * | Bugfix: Handle citekey duplicates | lukeflo | 2024-12-25 |
| | | | | | | | + When adding an entry via DOI check if created citekey is already used + If so, loop over alphabetic chars and append it to citekey + When a unique combination is found, break loop and replace original citekey | ||
| * | remove unused import | lukeflo | 2024-12-23 |
| | | |||
| * | replace doi2bib with ureq crate | 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 | ||
| * | 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 | ||
| * | 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` | ||
| * | Add expansion of ~ to home-dir | lukeflo | 2024-12-01 |
| | | |||
| * | new() fn for colors struct | lukeflo | 2024-11-29 |
| | | |||
| * | handling of errors and ui for multi file case | lukeflo | 2024-11-25 |
| | | |||
| * | rewrite cli parsing, allow multiple files and dir as args | lukeflo | 2024-11-22 |
| | | |||
| * | add crates | lukeflo | 2024-11-22 |
| | | |||
| * | version bumb 0.7.0, new gif | lukeflo | 2024-11-19 |
| | | |||
| * | remove doi crate | lukeflo | 2024-11-17 |
| | | |||
| * | removed tui-popup, wrote own popup code | lukeflo | 2024-11-16 |
| | | |||
| * | impl popup for keybindings/messages | lukeflo | 2024-11-14 |
| | | |||
| * | bug fix version add, readme updated | lukeflo | 2024-11-08 |
| | | |||
| * | fix tests | lukeflo | 2024-11-08 |
| | | |||
| * | fix error for no file: version bumb 0.6.1 | lukeflo | 2024-11-08 |
| | | |||
| * | update cargo.lock | lukeflo | 2024-11-08 |
| | | |||
| * | version bumb 0.5.0 | lukeflo | 2024-10-25 |
| | | |||
| * | Inegrate new command-action driven structure | lukeflo | 2024-10-25 |
| | | | | | | | | | - Map keys to actions to commands - allows for easily adding config file support - restructure folders/files - implement own input mode - rewrite UI rendering to make it better editable | ||
| * | rearrange code again, prepare for command-action setup | lukeflo | 2024-10-24 |
| | | |||
| * | rearrange code, file and folder structure | lukeflo | 2024-10-22 |
| | | |||
| * | show order if list is filtered by multiple keywords successively | lukeflo | 2024-10-21 |
| | | |||
| * | Implement Sorting, jumping multiple entries | lukeflo | 2024-10-20 |
| | | | | | | | - Select a column with `j` and `l` - Sort selected column with `s` (toggles regular and reversed order) - Jump list up/down by 5 entries Vim-style using `C-d` and `C-u` | ||
| * | Handle short and long author fields | lukeflo | 2024-10-18 |
| | | |||
| * | check file format, use new keys() method of biblatex crate | lukeflo | 2024-10-14 |
| | | |||
| * | build profile | lukeflo | 2024-10-14 |
| | | |||
| * | update README | lukeflo | 2024-10-14 |
| | | |||
| * | scrollbar for keyword and entry area | lukeflo-work | 2024-10-12 |
| | | |||
| * | updating README | lukeflo | 2024-10-12 |
| | | |||
| * | format README, fix typos | lukeflo | 2024-10-12 |
| | | |||
| * | demo gif | lukeflo | 2024-10-04 |
| | | |||
| * | impl opening editor for editing file and update lists afterwards | lukeflo | 2024-10-04 |
| | | |||
| * | further reodering of tui process, removed event.rs (integrated into tui.rs) | lukeflo | 2024-10-03 |
| | | |||
| * | reordered tui handling | lukeflo | 2024-10-02 |
| | | |||
| * | implemented search mode (for entries only ATM) | lukeflo | 2024-09-29 |
| | | |||
| * | copy citekey action, info box init | lukeflo | 2024-09-27 |
| | | |||
| * | implemented entry list as table | lukeflo | 2024-09-22 |
| | | |||
| * | initial commit | lukeflo | 2024-09-20 |
