The CLI tool to detox files.
- Rust 100%
|
Miche
83880a0c29
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
[skip ci] |
||
|---|---|---|
| .woodpecker | fix: change pipeline config for releases | |
| cli | refactor: use plural for templates | |
| converter | feat: add ability to directly rename files | |
| .editorconfig | chore: initial commit | |
| .gitignore | chore: initial commit | |
| Cargo.lock | feat: add path option for conversion | |
| Cargo.toml | refactor(clippy): fix clippy warnings | |
| LICENSE | chore: initial commit | |
| README.md | refactor: use plural for templates | |
FTOX
The CLI tool to detox files.
Usage: ftox [OPTIONS] <--input <INPUT>|--list-templates|--path <PATH>>
Options:
-i, --input <INPUT>
Input string to detox
-p, --path <PATH>
File path in glob style
-t, --templates <TEMPLATES>
Templates to use for detoxing.
Provide multiple templates as comma-separated list.
-l, --list-templates
List all available templates
-r, --remove-extension
Remove the file extension
--rename-files
Rename files directly
-s, --silent
Suppress output of converted strings
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version