expand readme usage example

This commit is contained in:
Malin Freeborn 2025-02-11 21:26:55 +01:00
parent 2184e9d663
commit 63ce7e8bbb
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -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`).
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