aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAge
* macro-sani: started impl new algorithmKlimperfix2025-10-03
|
* Implemented basic sanitizing.Klimperfix2025-10-03
| | | | | The default Regex crate does not support the required regex features, so I'm using the fancy_regex crate that does.
* add more installation info to READMElukeflo2025-09-30
|
* fix some tests, default config, help popuplukeflo2025-07-08
|
* version bumb 0.13.0lukeflo2025-07-07
|
* colored version functionlukeflo2025-07-06
|
* add shortcuts for opening files/links and yanking citekeylukeflo2025-06-28
| | | | | + `o-o`|`o-l` -> shortcut for opening first file/link of current entry + `y-y` -> shortcut for yanking citekey of current entry
* version bump 0.12.3lukeflo2025-06-09
|
* version bump 0.12.2lukeflo2025-06-08
|
* version bumb 0.12.0lukeflo2025-06-03
|
* version bumb 0.11.6lukeflo2025-05-11
|
* trim surrounding whitespace of DOI, URL and FILE field: \#20lukeflo2025-05-11
|
* version bumb 0.11.4lukeflo2025-03-26
|
* version bumb 0.11.3lukeflo2025-03-20
|
* implement test if config file exists, otherwise creation of default file ↵lukeflo2025-03-02
| | | | will be offered
* version bumb 0.11.1lukeflo2025-02-27
|
* new gif, update version to 0.11.0lukeflo2025-02-24
|
* test module for config cratelukeflo2025-02-23
|
* replace Config crate with Figment -> better merging of default and config valueslukeflo2025-02-22
|
* parse config filelukeflo2025-02-21
| | | | | | | + set default values for config fields + merge fields named in the config file with default values + values from file take precedence over default values + to accomplish this, all config values are wrapped in `Option<T>`
* implement basic config struct and example filelukeflo2025-02-17
|
* Simplify codebaselukeflo2025-01-29
| | | | | | | + Remove EntryTableItem struct + Simply use the initial generated BibiData struct + One simple `.clone()`, thus, replaces multiple iterations + Keep all other actions
* version bumb 0.9.3lukeflo2025-01-03
|
* Minor Feature: Sort entries by position in/of filelukeflo2024-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 duplicateslukeflo2024-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 importlukeflo2024-12-23
|
* replace doi2bib with ureq cratelukeflo2024-12-23
|
* rewrite add-entry via DOI workflowlukeflo2024-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 DOITrim Bresilla2024-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 .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`
* Add expansion of ~ to home-dirlukeflo2024-12-01
|
* new() fn for colors structlukeflo2024-11-29
|
* handling of errors and ui for multi file caselukeflo2024-11-25
|
* rewrite cli parsing, allow multiple files and dir as argslukeflo2024-11-22
|
* add crateslukeflo2024-11-22
|
* packaging for crates.iolukeflo2024-11-19
|
* version bumb 0.7.0, new giflukeflo2024-11-19
|
* remove doi cratelukeflo2024-11-17
|
* removed tui-popup, wrote own popup codelukeflo2024-11-16
|
* impl popup for keybindings/messageslukeflo2024-11-14
|
* bug fix version add, readme updatedlukeflo2024-11-08
|
* fix testslukeflo2024-11-08
|
* fix error for no file: version bumb 0.6.1lukeflo2024-11-08
|
* version bumb 0.6.0: layout changeslukeflo2024-11-08
|
* version bumb 0.5.0lukeflo2024-10-25
|
* Inegrate new command-action driven structurelukeflo2024-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 setuplukeflo2024-10-24
|
* rearrange code, file and folder structurelukeflo2024-10-22
|
* render keywords in entry info boxlukeflo2024-10-21
|
* fix sortinglukeflo2024-10-21
|