#duplicate #recursively #find #trim #white-space

app fdup

递归查找重复文件

5个版本 (3个稳定版)

2.0.2 2020年3月21日
2.0.0 2020年3月20日
0.1.1 2019年7月8日
0.1.0 2019年7月8日

#11 in #trim

MIT 许可证

13KB
220 代码行

trim

trim-crate

trim 受到 Atom 自动剪裁功能的启发,其中删除了每一行的尾部空格,并将尾部换行符替换为单个换行符。

目录

  1. trim
    1. 概述

概述

~
  $ trim --help
trim 1.2.1
Jack <[email protected]>
trim whitespaces from files

USAGE:
    trim [FLAGS] [files]...

FLAGS:
    -h, --help               Prints help information
    -i, --in-place           trim <files> in-place, overwritting the content of the files atomically
    -N, --supress-newline    suppress outputting the trailing `\n` in the last line
    -S, --supress-summary    suppress summary
    -V, --supress-visual     suppress visualizations of the trim
        --version            Prints version information

ARGS:
    <files>...    files to trim; if '-' exists or none provided, stdin will be used

依赖项

~5–12MB
~140K SLoC