#markdown #front-matter #filtering #search #cli #displaying #results

bin+lib quocktail

Rust 命令行界面 (CLI),用于搜索具有 yaml 前置信息的 markdown 文件的嵌套目录,并进行过滤和显示结果

7 个版本

0.1.6 2024 年 3 月 17 日
0.1.5 2024 年 2 月 18 日

#1112文件系统

每月 21 次下载

GPL-3.0-or-later

30KB
416 代码行

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

lib.rs:

Quocktail 是一个用于搜索 markdown 文件中 yaml 前置信息的 CLI。

等等等等。

依赖项

~7–15MB
~187K SLoC