feat: add --highlight and --limit options

closes #4
This commit is contained in:
CJ van den Berg 2024-03-12 17:24:55 +01:00
parent f511eb4434
commit 35c1578246
3 changed files with 142 additions and 30 deletions

View file

@ -24,4 +24,6 @@ like with cat. If no files are on the command line zat will read from stdin.
Override the language with --language and select a different theme with --theme.
The default theme will be read from ~/.config/flow/config.json if found.
See `scripts/fzf-grep` for an example of using zat to highlight fzf previews.
See --help for full command line.