Skip to content

msabramo/azcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azcat

Build Status

image

azcat is a alternaive to cat(1); specialized for printing. It prints files with syntax highlighting and formatting.

image

Installation

$ pip3 install azcat # use Python3
$ brew install libmagic # on OS X

Usage

$ az --help # manual
$ az /usr/local/bin/az
$ az README.md
$ az -t main # source code reading with GNU global(1)
$ az --with-formatter timetable.csv | az # pretty printing
$ curl example.com/api/foo.json | az -f json

License

azcat is a public domain software.

Contributors

Contributing

Please send a Pull Request on GitHub. I will be very happy whatever the PR does :)

About

An alternative to cat(1) -- specialized for printing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%