It is a wrapper around the source-highlight tool that automatically recognizes the syntax and prints the file on stdout. The source code is taken from the github repo of Japh Woldrich: https://github.com/trapd00r/utils
Installation
cd $HOME mkdir $HOME/tools cd $HOME/tools wget https://raw.github.com/trapd00r/utils/master/scat chmod a+x scat export PATH=$PATH:~/tools
Demonstration
No comments:
Post a Comment