2 releases
0.1.1 | Sep 16, 2023 |
---|---|
0.1.0 | Sep 16, 2023 |
#6 in #removing
7KB
91 lines
Stripper
Stripper is a simple tool for removing words out of files.
For example "Lorem ipsum dolor sit amet" in ./test/asset/1
becomes "ipsum dolor sit amet"
It is recommended to use the -p
flag e.g. stripper -p Lorem
to prompt removal.
❯ stripper -p Cargo
Stripping out Cargo
Are you sure you want to strip out Cargo from ./target/package/st-0.1.0/Cargo.toml? [y/n]
n
Are you sure you want to strip out Cargo from ./target/package/st-0.1.0/Cargo.lock? [y/n]
n
Dependencies
~1–11MB
~77K SLoC