1 个稳定版本
1.0.0 | 2023 年 7 月 8 日 |
---|
#7 在 #nfc
13KB
96 代码行
jaso
jaso 并行将文件名规范化为 Unicode NFC 格式,比 convmv(1) 快得多。
$ jaso
jaso normalizes filenames to their Unicode NFC format in parallel
Usage: jaso [OPTIONS] <PATHS>...
Arguments:
<PATHS>... Paths to normalize recursively
Options:
--follow-directory-symlinks Follows symbolic links to directories
-v, --verbose Shows additional information, such as what files has been renamed
-n, --dry-run Just indicates what would be renamed, without actually renaming files
-h, --help Print help information (use `--help` for more detail)
-V, --version Print version information
$ jaso .
DONE; 100 files in 1.111529301 seconds
安装
在 macOS 上使用 Homebrew
brew install simnalamburt/x/jaso
使用 Cargo
cargo install jaso
jaso 主要在Apache 许可证(版本 2.0)和MIT 许可证的条款下分发。有关详细信息,请参阅版权声明。
依赖
~4–12MB
~137K SLoC