7 个不稳定版本 (3 个破坏性更新)

0.3.1 2024年5月8日
0.3.0 2024年2月20日
0.2.0 2024年2月15日
0.1.0 2024年1月8日
0.0.20 2024年1月8日

#569 in 命令行工具

Download history 111/week @ 2024-05-03 25/week @ 2024-05-10 12/week @ 2024-05-17 4/week @ 2024-05-24 30/week @ 2024-05-31 9/week @ 2024-06-07 31/week @ 2024-06-14 398/week @ 2024-06-21 16/week @ 2024-07-05

每月下载量 717

Apache-2.0

6MB
1.5K SLoC

文件工具

CI Crates.io Version License GitHub release

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 -ofiletool -O -Lhttps://github.com/jeremyje/filetools/releases/download/v0.3.1/filetool; chmod+x filetool

Windows

(新建-对象系统.网络.WebClient).下载文件("https://github.com/jeremyje/filetools/releases/download/v0.3.1/filetool.exe", "filetool.exe")

依赖

~42–58MB
~1M SLoC