2 个不稳定版本
0.2.0 | 2022 年 5 月 28 日 |
---|---|
0.1.0 | 2022 年 5 月 18 日 |
#17 in #html-text
21KB
82 行
一个简单的命令行工具,用于从 HTML 文本中根据 CSS 选择器提取 HTML 标签
帮助
cli-selector 0.1.0
a simple cli tool for extracting html tags based on a css selector from html text
USAGE:
cli-selector [OPTIONS] <SELECTOR>
ARGS:
<SELECTOR>
OPTIONS:
-h, --help Print help information
-i, --input <FILE> input file ( specify "-" for stdin ) [default: -]
-n, --inner
-s, --separator <SEPARATOR> separator between matching elements [default: "\n"]
-V, --version Print version information
示例用法
curl https://test.com | cli-selector "div>a>p"
<p>
some content
<span><span>
</p>
依赖关系
~5–11MB
~115K SLoC