@@ -169,7 +169,7 @@ Any note names specified in either the command line OR when prompted
169169the spaces replaced with underscores. So if you enter * notes add my new
170170note* you will create 'my_new_note'.
171171
172- ### Sub-command * add | insert*
172+ ### Sub-command add | insert
173173
174174To add a note simply issue the command
175175
@@ -182,7 +182,7 @@ open your default editor ($EDITOR) to edit a the file. After saving and
182182exiting the note will be encrypted with GnuPG using the key specified
183183in the config file.
184184
185- ### Sub-command * view | cat*
185+ ### Sub-command view | cat
186186
187187To view a note you enter the command:
188188
@@ -194,7 +194,7 @@ This will decrypt the note 'note title.gpg' in the current notebook
194194(see 'USE' pointer) with the private key specified in the 'config'
195195file. GnuPG will output the decrypted note to the STDOUT.
196196
197- ### Sub-command * edit|ed*
197+ ### Sub-command edit|ed
198198
199199To edit an encrypted note simply issue the command:
200200
@@ -208,7 +208,7 @@ saving or quitting, *notes* will then encrypt the note again replacing
208208the previous version and then delete the temporary file.
209209
210210
211- ### Sub-command * delete | rm*
211+ ### Sub-command delete | rm
212212
213213To delete a note simply issue the command:
214214
@@ -220,7 +220,7 @@ This will delete the encrypted note named 'note title.gpg' from the
220220current notebook.
221221
222222
223- ### Sub-command * list | ls *
223+ ### Sub-command list | ls
224224
225225To list what notes you have in the current notebook (USE) simply issue
226226the command:
@@ -229,7 +229,7 @@ the command:
229229$ notes list
230230```
231231
232- ### Sub-command * import*
232+ ### Sub-command import
233233
234234You can import files into your notebook:
235235
@@ -267,10 +267,11 @@ STDIN of the viewer zathura with:
267267$ notes view my secret note | zathura -
268268```
269269
270- However, you would not be able to edit the pdf file without exporting it to another file first.
270+ However, you would not be able to edit the pdf file without exporting
271+ it to another file first.
271272
272273
273- ### Sub-command * copy | cp*
274+ ### Sub-command copy | cp
274275
275276You can copy a note into another note file in the same notebook. Simply
276277issue the command:
@@ -283,7 +284,7 @@ This will copy the note 'original_note_file.gpg' to another note file.
283284The user will be prompted for the name of the new note file. The
284285original file is NOT decrypted in the process.
285286
286- ### Sub-command * rename | mv*
287+ ### Sub-command rename | mv
287288
288289You can rename a note into another note file in the same notebook. Simply
289290issue the command:
@@ -318,7 +319,7 @@ prompted (for rename and copy operations) will be scanned for spaces
318319and then the spaces replaced with underscores. So if you enter
319320* notebook add my new notebook* you will create 'my_new_notebook'.
320321
321- ### Sub-command * default*
322+ ### Sub-command default
322323
323324This command is used to set the DEFAULT notebook.
324325
@@ -328,7 +329,7 @@ $ notes default work notebook
328329
329330This sets the DEFAULT notebook to 'work_notebook/'
330331
331- ### Sub-command * use*
332+ ### Sub-command use
332333
333334The 'USE' pointer points to the notebook currently in use. You can
334335change this at any time by issuing the * notebook use* command:
@@ -349,12 +350,12 @@ and forth between your DEFAULT notebook and any number of current 'USE'
349350notebooks.
350351
351352
352- ### Sub-command * list | ls*
353+ ### Sub-command list | ls
353354
354355This will list all of the notebooks that you have created together with
355356the initial notebook * notes* created by * notes init* .
356357
357- ### Sub-command * add | insert*
358+ ### Sub-command add | insert
358359
359360You can have as many notebooks as you wish. To add a notebook simply
360361issue the command:
@@ -367,7 +368,7 @@ This command will create a new notebook 'work_notebook'. The current
367368notebook will remain unchanged and you will need to issue the command
368369* notebook use work notebook* to switch to this notebook.
369370
370- ### Sub-command * rename | mv*
371+ ### Sub-command rename | mv
371372
372373This sub-command is used to rename an existing notebook.
373374
@@ -379,7 +380,7 @@ The notebook 'original_notebook_name.gpg' will be renamed. The user
379380will be prompted to enter a new name for the notebook and the
380381containing directory (relating to the notebook name) is renamed.
381382
382- ### Sub-command * copy | cp*
383+ ### Sub-command copy | cp
383384
384385You may duplicate a notebook together with all the containing notes:
385386
@@ -392,7 +393,7 @@ user will be prompted for a new notebook name. All notes within the
392393original notebook will be copied to the new notebook without decrypting
393394the notes first.
394395
395- ### Sub-command * delete | rm*
396+ ### Sub-command delete | rm
396397
397398To delete a specific notebook:
398399
0 commit comments