quocktail

Crates.ioquocktail
lib.rsquocktail
version0.1.6
sourcesrc
created_at2024-02-18 21:03:29.74512
updated_at2024-03-17 14:38:17.427956
descriptionRust CLI for searching through nested directories of markdown files with frontmatter, filtering and displaying the results
homepage
repositoryhttps://github.com/twnk/quocktail
max_upload_size
id1144394
size91,913
Angel (twnk)

documentation

README

Usage: quocktail [OPTIONS] <PATH>

Arguments:
  <PATH>

Options:
      --color <COLOR>      Should the output be colored? [default: auto] [possible values: always, auto, never]
  -q, --query <QUERY>      Queries in the form `key=value`, or just `key` e.g. `-Q garnish` matches anything with a garnish e.g. `-Q base=vodka` matches anything with a vodka base
  -n, --exclude <EXCLUDE>  Negative queries in the form `key=value`, or just `key` e.g. `-N garnish` excludes anything with a garnish e.g. `-N base=vodka` excludes anything with a vodka base
  -c, --count <COUNT>      If specified, limit the output to this number of recipes, randomly chosen
  -h, --help               Print help
Commit count: 0

cargo fmt