项目作者: Arunscape

项目描述 :
acat - cat but more chaotic with obnoxious colours
高级语言: Rust
项目地址: git://github.com/Arunscape/acat.git
创建时间: 2019-11-15T04:22:31Z
项目社区:https://github.com/Arunscape/acat

开源协议:

下载


Arun’s cat

Usage: clone the repo and run

  1. echo hello | cargo run

And if you want to install it for whatever reason:

  1. cargo install acat

Or, if you’re an Arch user, use the PKGBUILD

  1. makepkg -si
  1. echo hello | acat
  2. acat file1.txt file2.txt
  1. USAGE:
  2. acat [FLAGS] [OPTIONS] [FILE]...
  3. FLAGS:
  4. -A, --show-all equivalent to -vET
  5. -b, --number-nonblank number nonempty output lines, overrides -n
  6. -e equivalent to -vE
  7. -E, --show-ends display $ at end of each line
  8. -n, --number number all output lines
  9. -s, --squeeze-blank suppress repeated empty output lines
  10. -t equivalent to -vT
  11. -T, --show-tabs display TAB characters as ^I
  12. -u (ignored)
  13. -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB
  14. -h, --help Prints help information
  15. -V, --version Prints version information
  16. OPTIONS:
  17. --hue <hue> [possible values: mono, red, orange, yellow, green, blue, purple, pink]
  18. --luminosity <luminosity> [possible values: bright, light, dark, random]
  19. ARGS:
  20. <FILE>... File(s) to print / concatenate. Use '-' for standard input.