| Crates.io | filetool |
| lib.rs | filetool |
| version | 0.4.0 |
| created_at | 2024-01-08 06:44:25.456714+00 |
| updated_at | 2025-03-02 22:25:56.016807+00 |
| description | A tool to manage and cleanup files on your hard drive. |
| homepage | https://github.com/jeremyje/filetools |
| repository | https://github.com/jeremyje/filetools |
| max_upload_size | |
| id | 1092254 |
| size | 7,079,545 |
A tool to manage and cleanup files on your hard drive.
Usage: filetool [OPTIONS] <COMMAND>
Commands:
canonical
Renames files to standard names. Typically this is renaming unusual file extensions
checksum
Calculates checksums (xxhash3-64bit) of files in selected directories
clean-empty-directory
Removes directories that do not contain any files
duplicate
Finds duplicate files and conditionally deletes them
rmlist
Delete files from file lists
similar-name
List files with similar file names
help
Print this message or the help of the given subcommand(s)
Options:
-v, --verbose...
Increase logging verbosity
-q, --quiet...
Decrease logging verbosity
-h, --help
Print help
-V, --version
Print version
Linux
curl -o filetool -O -L https://github.com/jeremyje/filetools/releases/download/v0.4.0/filetool; chmod +x filetool
Windows
(New-Object System.Net.WebClient).DownloadFile("https://github.com/jeremyje/filetools/releases/download/v0.4.0/filetool.exe", "filetool.exe")