| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | implement const of ignored special chars for citekey formatting | lukeflo | 2025-10-10 |
| | | | | | | | | * the list contains 33 special chars at the moment * it will only affect already existing special chars in biblatex fields * delimiter specified for citekey formatting are not affected * char count is also not affected, ignored chars are not counted | ||
| * | case parsing from config, needs to be implemented for citekey struct | lukeflo | 2025-10-08 |
| | | |||
| * | refine matching and preformatting of fields for citekey formattin; add case ↵ | lukeflo | 2025-10-08 |
| | | | | | field and enum | ||
| * | implement basic citekey formatting: | lukeflo | 2025-10-07 |
| | | | | | | | | | | | * Reads patterns and parses them. TODO: * **Fully** sanitize Latex macros * Preprocess complex and regularly used fields like `author` * Write changes to original bib file | ||
| * | fix config test func | lukeflo | 2025-08-24 |
| | | |||
| * | implement a customizable fourth column for `EntryTable` | lukeflo | 2025-08-23 |
| | | | | | | | + Now one can select a fourth column to be displayed in the config file + Possible values: journaltitle, organization, institution, publisher, pubtype + Defaults to pubtype | ||
| * | fix some tests, default config, help popup | lukeflo | 2025-07-08 |
| | | |||
| * | `PopupItem::Citekey` impl | lukeflo | 2025-07-04 |
| | | |||
| * | update README: note feature | lukeflo | 2025-06-30 |
| | | |||
| * | implemented symbols for attachements | lukeflo | 2025-06-30 |
| | | |||
| * | colored symbols for attachements, basic implementation | lukeflo | 2025-06-30 |
| | | |||
| * | UI implementation of notes | lukeflo | 2025-06-30 |
| | | |||
| * | Some basic function rewriting for matching different file types | lukeflo | 2025-06-29 |
| | | |||
| * | Fix: light terminal flag, rm obsolete color.rs file | lukeflo | 2025-06-08 |
| | | |||
| * | some more doc strings | lukeflo | 2025-05-26 |
| | | |||
| * | implemented a workflow, but citekey matching still buggy | lukeflo | 2025-05-24 |
| | | |||
| * | Fix: create conf dir if it does not exist | Klimperfix | 2025-03-26 |
| | | |||
| * | freebsd opener -> xdg-open | lukeflo | 2025-03-21 |
| | | |||
| * | add default command for file opening for OS: | lukeflo | 2025-03-20 |
| | | | | | - freebsd, openbsd, netbsd, solaris, redox -> \'open\' | ||
| * | implement test if config file exists, otherwise creation of default file ↵ | lukeflo | 2025-03-02 |
| | | | | | will be offered | ||
| * | add `file_prefix` option to config and opening function | lukeflo | 2025-02-27 |
| | | |||
| * | new gif, update version to 0.11.0 | lukeflo | 2025-02-24 |
| | | |||
| * | test module for config crate | lukeflo | 2025-02-23 |
| | | |||
| * | 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 |
| | | |||
| * | parse config file | lukeflo | 2025-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>` | ||
| * | resource opener in config | lukeflo | 2025-02-19 |
| | | | | | | | + implement config field `pdf_opener` for setting app to open PDFs/Epubs + implement config field `url_opener` for setting app to open URLs/DOIs + function to select fallback if no field is provided in config | ||
| * | improve file handling | lukeflo | 2025-02-17 |
| | | | | | | | + If config file **and** CLI args have different files/dirs, concat them and open all + Adapt UI to show which files are choosen + TODO: Flag for ignoring config file | ||
| * | implement basic config struct and example file | lukeflo | 2025-02-17 |
