1.1.0 • Published 8 years ago

supercat v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

supercat Build Status Coverage Status

An enhanced cat command for the terminal.

An improved cat command for the terminal, with code syntax highlighting, line numbers, and more.

supercat image

Install

$ npm install -g supercat

Usage

Usage: scat [options] <filename>

Options:

  -h, --help     output usage information
  -V, --version  output the version number
  -l, --linenos  Show line numbers
  -p, --plain    Remove code formatting
  -i, --info     Show file info

Supported languages for syntax highlighting

  • C
  • CSS
  • Markdown
  • HTML
  • Java
  • Javascript
  • Less
  • Python
  • Ruby
  • Sass
  • Shell Script
  • SQL
  • Text
  • YAML

... More to come :)

Contributing

License

MIT © sohamkamani

1.1.0

8 years ago

1.0.0

8 years ago

0.9.0

8 years ago