1
0
Fork
You've already forked ftox
0
The CLI tool to detox files.
  • Rust 100%
Miche 83880a0c29
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
fix: change pipeline config for releases
[skip ci]
2024年07月25日 14:07:11 +02:00
.woodpecker fix: change pipeline config for releases 2024年07月25日 14:07:11 +02:00
cli refactor: use plural for templates 2024年07月20日 20:47:33 +02:00
converter feat: add ability to directly rename files 2024年07月20日 20:37:27 +02:00
.editorconfig chore: initial commit 2024年05月04日 12:20:51 +02:00
.gitignore chore: initial commit 2024年05月04日 12:20:51 +02:00
Cargo.lock feat: add path option for conversion 2024年07月20日 14:58:17 +02:00
Cargo.toml refactor(clippy): fix clippy warnings 2024年07月20日 15:38:06 +02:00
LICENSE chore: initial commit 2024年05月04日 12:20:51 +02:00
README.md refactor: use plural for templates 2024年07月20日 20:47:33 +02:00

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