| Crates.io | tdrip |
| lib.rs | tdrip |
| version | 0.1.0 |
| created_at | 2023-09-02 05:53:00.128263+00 |
| updated_at | 2023-09-02 05:53:00.128263+00 |
| description | tdrip is a command-line tool to easily remove headers and metadata from text. |
| homepage | https://github.com/akihisa1210/tdrip |
| repository | https://github.com/akihisa1210/tdrip |
| max_upload_size | |
| id | 961553 |
| size | 11,078 |
tdrip is a command-line tool to easily remove headers and metadata from text.
$ 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
The lines starts with the following annotations.