2个版本
0.1.2 | 2020年7月16日 |
---|---|
0.1.1 | 2020年4月6日 |
#5 in #lolcat
9KB
178 代码行
Arun的猫
使用方法:克隆仓库并运行
echo hello | cargo run
如果您有其他原因想要安装它
cargo install acat
或者,如果您是Arch用户,请使用PKGBUILD
makepkg -si
echo hello | acat
acat file1.txt file2.txt
USAGE:
acat [FLAGS] [OPTIONS] [FILE]...
FLAGS:
-A, --show-all equivalent to -vET
-b, --number-nonblank number nonempty output lines, overrides -n
-e equivalent to -vE
-E, --show-ends display $ at end of each line
-n, --number number all output lines
-s, --squeeze-blank suppress repeated empty output lines
-t equivalent to -vT
-T, --show-tabs display TAB characters as ^I
-u (ignored)
-v, --show-nonprinting use ^ and M- notation, except for LFD and TAB
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--hue <hue> [possible values: mono, red, orange, yellow, green, blue, purple, pink]
--luminosity <luminosity> [possible values: bright, light, dark, random]
ARGS:
<FILE>... File(s) to print / concatenate. Use '-' for standard input.
依赖项
~1.5MB
~18K SLoC