diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-19 13:45:48 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-19 13:45:48 +0100 |
| commit | 29b4cdfa751ab06281ca07f1aa9bd17e5127c74e (patch) | |
| tree | 03f566c338d2c345a15c109d4197945f8915d6ac /README.org | |
| parent | a5dac72592e755ff039e89511d3e8ec38d05c56b (diff) | |
change monospace blocks so they may be correctly parsed by github
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -27,19 +27,19 @@ The following commands are available. | Command | Shortcut | Description | |---------------------------------+----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| ~bibli-paris/mode~ | ~,mb~ | Enable the shortcuts described in this table. | -| ~bibli-paris/import-from-csv~ | ~,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~ | ~,ms~ | Sort the entries by their quotes. | -| ~bibli-paris/update-entry~ | ~,mu~ | Asynchronously update the availability status and quote of the entry at point. | -| ~bibli-paris/update-entries~ | ~,mU~ | Asynchronously update all the availabity status and quotes of all entries in parallel. | -| ~bibli-paris/archive-all-read~ | ~,mA~ | Archive all entries in the ~DONE~ state. | -| ~bibli-paris/number-of-entries~ | ~,m?~ | Display the number of entries in the current buffer. | +| ~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. | * Customization The following variables may be customized. -| Variable name | Default value | Description | -|------------------------------------------+----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| ~bibli-paris/default-library~ | ~"75013 - Jean-Pierre Melville"~ | The library from which to fetch updates. | -| ~bibli-paris/max-asynchronous-processes~ | ~500~ | The maximum number of asynchronous requests that should be launched in parallel. The default value was determined experimentally to be the maximum allowed by Emacs. | +| Variable name | Type | Default value | Description | +|------------------------------------------+---------+--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ~bibli-paris/default-library~ | string | ~75013 - Jean-Pierre Melville~ | The library from which to fetch updates. | +| ~bibli-paris/max-asynchronous-processes~ | integer | ~500~ | The maximum number of asynchronous requests that should be launched in parallel. The default value was determined experimentally to be the maximum allowed by Emacs. | |
