Pygmentize Styles

2020-07-26 1 min read Learning
I have recently started using pygmentize for looking at my code in terminal. A very good and native way to do this is to use pygmentize. If you do not know about pygmentize then Highlight the input file and write the result to . If no input file is given, use stdin, if -o is not given, use stdout. So, you can simply pass the script or source code through pygmentize and get a lovely color output with code highlighting in the terminal and this can be very useful. Continue reading