summaryrefslogtreecommitdiff
path: root/plugins/colorize
AgeCommit message (Collapse)Author
2019-06-15colorize: add style environment variable (#7635)Marc Cornellà
2019-04-29colorize: fix mktemp parameter for compatibility (#7789)danhimalplanet
2019-04-26Update colorize README.md with env var detailsJay Schwerberg
2019-04-26Add pygments style env var for colorizedJay Schwerberg
2019-04-22colorize: add ability to colorize multiple files into less (#7662)Francisco de Zuviría
cless is an alias for a colorized less wrappper: colorize_via_pygmentize_less. Note that cless opens many files as independent files, navigatable with `:n` and `:p`.
2018-10-19colorize: add README and refactor plugin (#7314)Stephan Salzmann
2018-10-08colorize: fix check for pygmentize (#7250)Marc Cornellà
2018-01-22updated alias and corrected python package (#6520)Steve
2014-05-29Update colorize.plugin.zshChristophe Bliard
correctly detect when pygmentize is not installed do not exit shell if when pygmentize is not installed
2014-05-24Fixing typo.Trevor Strieber
2013-04-12Add colorize pluginOleg Kandaurov