Your Latest Workflow Improvement - Desktop Customization & Workflow
Users browsing this thread: 20 Guest(s)
|
|||
i've noticed that i use cat and less quite a bit when debugging code, and i'm a fan of syntax highlighting.
so i decided to come up with a way to add highlighting to these commands. i discovered pygments, a cool little syntax highlighter that has a commandline interface. so i started by porting my my colorscheme then make two quick little aliases: Code: # cat - with syntax highlighting! preview: |
|||