aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukeflo2024-11-24 17:47:41 +0100
committerlukeflo2024-11-24 17:47:41 +0100
commitb638d1bb534ef165864bfe54405c73a0e1bb0385 (patch)
treecc2f0999d0d083b257a11e9b708ba211aeba67b5
parent637c5b3e3447aeb7593ba82ef76e7367f1e62213 (diff)
downloadbibiman-b638d1bb534ef165864bfe54405c73a0e1bb0385.tar.gz
bibiman-b638d1bb534ef165864bfe54405c73a0e1bb0385.zip
update README
-rw-r--r--README.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/README.md b/README.md
index 6afd645..a59c87c 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ add them to the entry list. Other files will be ignored.Thus, be careful not to
pass a directory with multiple subdirectories (like eg `/home/usr/`), because
this could be to some delay while parsing GBs of data.
-The following are valid CLI calls to run `bibiman`:
+The following lines are all valid CLI calls to run `bibiman`:
```bash
# single file
@@ -92,22 +92,22 @@ functionality.**
Use the following keybindings to manage the TUI:
-| Key | Action |
-| -------------------------------------- | ------------------------------------------- |
-| `j`,`k` \| `Down`,`Up` | Move down/up by 1 |
-| `Ctrl-d`,`Ctrl-u` | Move down/up by 5 |
-| `g`,`G` | Go to first/last entry |
-| `h`,`k` | Select previous/next entry column |
-| `s` | Sort current column (toggles) |
-| `PageDown`,`PageUp` \| `Alt-j`,`Alt-k` | Scroll Info window |
-| `y` | Yank/copy citekey of selected entry |
-| `e` | Open editor at selected entry |
-| `o` \| `u` | Open related PDF \| URL/DOI |
-| `TAB` | Switch between entries and keywords |
-| `/`,`Ctrl-f` | Enter search mode |
-| `Enter` | Filter by selected keyword / Confirm search |
-| `ESC` | Abort search / Reset current list |
-| `q`,`Ctrl-c` | Quit TUI |
+| Key | Action |
+| -------------------------------------- | -------------------------------------------------------- |
+| `j`,`k` \| `Down`,`Up` | Move down/up by 1 |
+| `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) |
+| `PageDown`,`PageUp` \| `Alt-j`,`Alt-k` | Scroll Info window |
+| `y` | Yank/copy citekey of selected entry |
+| `e` | Open editor at selected entry |
+| `o` | Open related PDF or URL/DOI |
+| `TAB` | Switch between entries and keywords |
+| `/`,`Ctrl-f` | Enter search mode |
+| `Enter` | Filter by selected keyword / Confirm search or selection |
+| `ESC` | Abort search / Reset current list |
+| `q`,`Ctrl-c` | Quit TUI |
## Search