summaryrefslogtreecommitdiff
path: root/plugins/colorize
AgeCommit message (Collapse)Author
2019-12-20Resolving conflict in colorize patch #7742Robby Russell
2019-12-20Update link for Pygments Robby Russell
Also moving the dependencies section up
2019-11-20colorize: update Pygments download link (#8407)Jacob Tomaw
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`.
2019-04-07edit colorize plugin: add `-f terminal` optionGIL B. Chan
The option (`pygmentize -f terminal <...>`) lets pygments use terminal color scheme. Otherwise, it would use its default colors, which might be unbalanced with that of terminal (e.g. not harmonious with background color of terminal).
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