16个版本 (10个稳定版)

2.0.2 2021年3月14日
2.0.1 2020年3月23日
1.2.1 2020年3月18日
1.1.0 2020年1月30日
0.1.5 2019年7月22日

文本处理 中排名第 1471

每月下载量 39

MIT 协议

29KB
505 代码行

trim

trim-crate

trimAtom 的自动修剪功能的启发,该功能会删除每一行的尾随空白字符,并将尾随换行符替换为单个换行符。

目录

  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

依赖项

~5MB
~88K SLoC