summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-11-20 16:24:19 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-11-20 16:24:19 +0100
commitb5c66e3691d9a49e6d39990914cdc54ead4e4ac1 (patch)
treef736cb73dcd70f549eac399b3e54d3eeb71c908b /README.org
parenta5ac2f51962ea78a63ff981438f212d646999b92 (diff)
split update-entries into two commands update-region and update-buffer
Diffstat (limited to 'README.org')
-rw-r--r--README.org23
1 files changed, 12 insertions, 11 deletions
diff --git a/README.org b/README.org
index aa13f69..20d7e93 100644
--- a/README.org
+++ b/README.org
@@ -25,17 +25,18 @@ to =Export.csv=.
The following commands are available.
-| Command | Shortcut | Description |
-|---------------------------------+----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| =bibli-paris/mode= | =SPC mb= | Enable the shortcuts described in this table. |
-| =bibli-paris/import-from-csv= | =SPC mi= | Import entries from the CSV file downloaded on https://bibliotheques.paris.fr/. The first argument is the path to the CSV file, and the second and third (optional) arguments are the tags and state to set the imported entries to. |
-| =bibli-paris/sort= | =SPC ms= | Sort the entries by their quotes. |
-| =bibli-paris/update-entry= | =SPC mu= | Asynchronously update the availability status and quote of the entry at point. |
-| =bibli-paris/update-entries= | =SPC mU= | Asynchronously update all the availabity status and quotes of all entries in parallel. |
-| =bibli-paris/archive-all-read= | =SPC mA= | Archive all entries in the =DONE= state. |
-| =bibli-paris/number-of-entries= | =SPC m?= | Display the number of entries in the current buffer. |
-| =bibli-paris/previous-entry= | =SPC mk= | Move the cursor to and put forward the previous entry. |
-| =bibli-paris/next-entry= | =SPC mj= | Move the cursor to and put forward the next entry. |
+| Command | Shortcut | Description |
+|---------------------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| =bibli-paris/mode= | =SPC mb= | Enable the shortcuts described in this table. |
+| =bibli-paris/import-from-csv= | =SPC mi= | Import entries from the CSV file downloaded on https://bibliotheques.paris.fr/. The first argument is the path to the CSV file, and the second and third (optional) arguments are the tags and state to set the imported entries to. |
+| =bibli-paris/sort= | =SPC ms= | Sort the entries by their quotes. |
+| =bibli-paris/update-entry= | =SPC mu= | Asynchronously update the availability status and quote of the entry at point. |
+| =bibli-paris/update-region= | =SPC mur= | Asynchronously update the availability status and quotes of the entries in the current region. |
+| =bibli-paris/update-buffer= | =SPC mub= | Asynchronously update the availability status and quotes of the entries in the current buffer. |
+| =bibli-paris/archive-all-read= | =SPC mA= | Archive all entries in the =DONE= state. |
+| =bibli-paris/number-of-entries= | =SPC m?= | Display the number of entries in the current buffer. |
+| =bibli-paris/previous-entry= | =SPC mk= | Move the cursor to and put forward the previous entry. |
+| =bibli-paris/next-entry= | =SPC mj= | Move the cursor to and put forward the next entry. |
* Customization