diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -101,8 +101,7 @@ Here is how the light terminal scheme looks: ## Features -For now, `bibiman` only has mainly features implemented which are important for -my personal workflow. There are more to come, the list will be updated: +These are the current features, the list will be updated: - [x] **Browse** through the bib entries using _Vim-like keybindings_ and a _fuzzy search_ mode. @@ -114,7 +113,8 @@ my personal workflow. There are more to come, the list will be updated: - [x] **Open related PDF** file (`file` BibLaTeX key) with keypress. - [x] **Open related URL/DOI** with keypress. - [x] **Scrollbar** for better navigating. -- [x] **Sort Entries** by column (`Authors`, `Title`, `Year`, `Pubtype`) +- [x] **Sort Entries** by column (`Authors`, `Title`, `Year`, `Pubtype`), or by + position in bibfile. - [x] **Load multiple files** into one session. - [x] **Add Entry via DOI**. - [ ] **Open related notes file** for specific entry. @@ -138,7 +138,8 @@ Use the following keybindings to manage the TUI: | `Ctrl-d`, `Ctrl-u` | Move down/up by 5 | | `g`, `G` | Go to first/last entry | | `h`, `k` \| `Left`, `Right` | Select previous/next entry column | -| `s` | Sort current column (toggles) | +| `s` | Sort entries by current column (toggles) | +| `S` | Sort entries by position in file | | `PageDown`, `PageUp` \| `Alt-j`, `Alt-k` | Scroll Info window | | `y` | Yank/copy citekey of selected entry | | `e` | Open editor at selected entry | |
