From 0312b8b31160297033e8a435c00e7c92eaa371e6 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Wed, 25 Dec 2024 22:32:42 +0100 Subject: Minor Feature: Sort entries by position in/of file + 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 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 81520ea..6c74510 100644 --- a/README.md +++ b/README.md @@ -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 | -- cgit v1.2.3