#命令行工具 #文本 #头部 #移除 #元数据

应用 tdrip

tdrip 是一个命令行工具,可以轻松地从文本中移除头部和元数据

1 个不稳定版本

0.1.0 2023年9月2日

#42#移除

MIT 许可证

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