diff options
| author | lukeflo | 2024-12-23 21:19:32 +0100 |
|---|---|---|
| committer | lukeflo | 2024-12-23 21:19:32 +0100 |
| commit | 67f875962af5ea71da56fa709575d3331de5ba58 (patch) | |
| tree | 8b8cf923370acaff39c67c42cc03da4c5bec2784 | |
| parent | 0317ffa3051bccd42f1262e6ead7784b71650e75 (diff) | |
| download | bibiman-67f875962af5ea71da56fa709575d3331de5ba58.tar.gz bibiman-67f875962af5ea71da56fa709575d3331de5ba58.zip | |
update README
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -116,7 +116,7 @@ my personal workflow. There are more to come, the list will be updated: - [x] **Scrollbar** for better navigating. - [x] **Sort Entries** by column (`Authors`, `Title`, `Year`, `Pubtype`) - [x] **Load multiple files** into one session. -- [x] **Add Entry via DOI** as formatted code. +- [x] **Add Entry via DOI**. - [ ] **Open related notes file** for specific entry. - [ ] **Implement config file** for setting some default values like main bibfile, PDF-opener, or editor @@ -142,6 +142,7 @@ Use the following keybindings to manage the TUI: | `PageDown`, `PageUp` \| `Alt-j`, `Alt-k` | Scroll Info window | | `y` | Yank/copy citekey of selected entry | | `e` | Open editor at selected entry | +| `a` | Add entry through DOI | | `o` | Open related PDF or URL/DOI | | `TAB` | Switch between entries and keywords | | `/`, `Ctrl-f` | Enter search mode | @@ -237,9 +238,7 @@ Loading a test file containing 25.000 dummy entries as well as a directory containing 25.000 single dummy `.bib` files `bibiman` was significantly faster on startup than both other programs. The performance also did not suffer. Only on a test file with more than 50.000 dummy entries a very short delay after -keypresses was recognizable when scrolling the entry list. This is very likely -due to the effect of the single entries being dimmed differently regarding their -position to the selected one which needs some CPU resources. +keypresses was recognizable when scrolling the entry list. After all, `bibiman` is really fast and runs very smooth while having the most complex user interface by far compared to the other programs. |
