1 个不稳定版本
0.1.0 | 2023年9月2日 |
---|
#42 在 #移除
5KB
tdrip
tdrip 是一个命令行工具,可以轻松地从文本中移除头部和元数据。
用法
$ cat example.txt
This is the example text.
TODO This line will be removed.
FIXME This line will be removed.
HACK: This line will be removed.
NOTEThis line will be removed.
This line will not be removed. TODO
$ tdrip example.txt
This is the example text.
This line will not be removed. TODO
哪些行被移除?
以下标记开头的行将被移除。
- FIXME
- HACK
- NOTE
- TODO
- XXX
依赖项
~1.2–1.8MB
~35K SLoC