forked from andonome/lk
expand readme usage example
This commit is contained in:
14
README.md
14
README.md
@@ -8,7 +8,19 @@ The Linux Knowledge-Base provides quick-start guides for working with terminal p
|
|||||||
|
|
||||||
Install `make`, `recutils`, and any fuzzy-finder (i.e. `sk`, `fzy`, or `fzf`).
|
Install `make`, `recutils`, and any fuzzy-finder (i.e. `sk`, `fzy`, or `fzf`).
|
||||||
|
|
||||||
Usage: `make`
|
## Usage
|
||||||
|
|
||||||
|
|
||||||
|
```sh
|
||||||
|
make
|
||||||
|
make database
|
||||||
|
|
||||||
|
recsel db.rec -q database
|
||||||
|
recsel db.rec -q gpg
|
||||||
|
recsel db.rec -e "title = 'ssh'"
|
||||||
|
recsel db.rec -e "title ~ 'ssh'"
|
||||||
|
recsel db.rec -e "title ~ 'bash'" -R title,wordcount
|
||||||
|
```
|
||||||
|
|
||||||
# Style
|
# Style
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user