Skip to content

Commit

Permalink
README: add "Suggested use".
Browse files Browse the repository at this point in the history
  • Loading branch information
ngirard committed May 16, 2020
1 parent 535787f commit f876603
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ Lolcate operates in two phases:

The same `lolcate` binary executable performs both indexing and querying.

## Suggested use

Use shell aliases and functions to query your databases to your liking, e.g.

```sh
alias d='lolcate --db documents'

alias zik='lolcate --db music --type audio'
z(){ mpv --playlist <(zik $1); }
zs(){ mpv --playlist <(zik $1|shuf); }
```

# Guide

**Creating a database**
Expand Down

0 comments on commit f876603

Please sign in to comment.