Added tips and tricks section, tip to use sns -l . to list all notes in all notebooks

This commit is contained in:
Jon Lewis
2016-05-01 23:48:13 -05:00
parent c15e18c659
commit 618d74330e

View File

@@ -33,7 +33,6 @@ was almost entirely rewritten as SNSv2.
If you are upgrading to SNS 2.0a11 from an earlier version, please move If you are upgrading to SNS 2.0a11 from an earlier version, please move
$HOME/.config/sns to $HOME/.local/sns $HOME/.config/sns to $HOME/.local/sns
To install, place `sns.sh` in your path, and copy `src/bash-completion/sns` To install, place `sns.sh` in your path, and copy `src/bash-completion/sns`
to `/usr/share/bash-completion/completions/sns`. to `/usr/share/bash-completion/completions/sns`.
@@ -81,6 +80,9 @@ like to enable encryption or not.
**Encryption amendment**: As of SNS 2a10, experimental support is in place for **Encryption amendment**: As of SNS 2a10, experimental support is in place for
migrating between encrypted and unencrypted note stores. migrating between encrypted and unencrypted note stores.
## Tips and Tricks
* To list all notes in all notebooks, use `sns -l .`
## Credits ## Credits
The majority of the code here is my own, however the bash completion The majority of the code here is my own, however the bash completion
code comes from [pass], the standard UNIX package manager, along with some code comes from [pass], the standard UNIX package manager, along with some