| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix sorting | 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` | ||
| * | format and clean code | lukeflo | 2024-10-19 |
| | | |||
| * | reinvent BibiData, start integrating yaml | lukeflo | 2024-10-19 |
| | | |||
| * | Handle short and long author fields | lukeflo | 2024-10-18 |
| | | |||
| * | correct sorting function | lukeflo | 2024-10-17 |
| | | |||
| * | Implement sorting and remove unneccessary struct | lukeflo | 2024-10-17 |
| | | | | | | | - Implement sorting of list (by authors for now) - Remove hole BibiData struct - Create entry table content directly through iterator | ||
| * | make scrollbars adapt to lists filtered by search | lukeflo | 2024-10-17 |
| | | |||
| * | testwise rewrite entry table parsing | lukeflo | 2024-10-17 |
| | | |||
| * | reworked search mechanism | lukeflo | 2024-10-12 |
| | | |||
| * | search with intermediate saves | lukeflo | 2024-10-12 |
| | | |||
| * | scrollbar for entries and keywords. scroll symbols for abstract first steps | lukeflo | 2024-10-12 |
| | | |||
| * | simple scrollbar for entry list | lukeflo | 2024-10-12 |
| | | |||
| * | open URLs, DOIs and PDFs | lukeflo | 2024-10-12 |
| | | | | | | | + Implement opening mechanism for URLs, DOIs and PDFs + Adding logic to reset selected item after editing to same entry as before | ||
| * | working func for opening PDFs, needs refinement (MacOS) | lukeflo | 2024-10-12 |
| | | |||
| * | add func for entry items, UI enhancement | lukeflo | 2024-10-12 |
| | | | | | | - add functions to get url/doi and filepath - get values for entry info from structs not by calling funcs again | ||
| * | fix error in nested search, update vhs gif | lukeflo | 2024-10-12 |
| | | |||
| * | refine search mechanism, filter tag list for available entries | lukeflo | 2024-10-05 |
| | | |||
| * | move search fn to entries.rs | lukeflo | 2024-10-05 |
| | | |||
| * | reordering src structure, cli args struct | lukeflo | 2024-10-05 |
