August Feng
47767bd03c
fix(colorize): support args when input is stdin ( #11038 )
...
Co-authored-by: August Feng <au.fengster@gmail.com>
2 years ago
cxy004
23de5d9528
fix(colorize): check if $ZSH_COLORIZE_TOOL exists ( #11325 )
3 years ago
Josh Soref
0e41181d54
chore: fix spelling errors across the project ( #10459 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
4 years ago
Ruslan Sayfutdinov
a3bdff694a
fix(colorize): bypass less aliases in `colorize_less` ( #9593 )
5 years ago
spreiter
47d30784c5
colorize: add compatibility for zsh < 5.1 ( #9400 )
...
The direct assignment of a local array is not possible in older ZSH version, as used by RHEL/CentOS 7.
5 years ago
John Welsh
345cb99e5b
colorize: add $ZSH_COLORIZE_CHROMA_FORMATTER config env var ( #8824 )
6 years ago
ProbstDJakob
e21fbe7dff
colorize: update plugin to support less options ( #8392 )
6 years ago
Jakob Probst
5d5d202794
Echo to Error-Stream. Double quote to prevent globbing and word splitting.
6 years ago
Aaron N. Brock
c194b51560
Update default color to 'emacs' which both chroma & pygmentize support
6 years ago
Aaron N. Brock
b776f1d20f
Fix issue recognizing if tools are insalled
6 years ago
Jakob Probst
d08238fb0f
Fix some comments and messages. Remove (probably) debug messages. Improve ZSH_COLORIZE_TOOL recognition.
6 years ago
Aaron N. Brock
66e2284a08
Add support for chroma
6 years ago
danhimalplanet
56610be198
colorize: fix mktemp parameter for compatibility ( #7789 )
7 years ago
Jay Schwerberg
c7154e8839
Add pygments style env var for colorized
7 years ago
Francisco de Zuviría
ebd13b60c1
colorize: add ability to colorize multiple files into less ( #7662 )
...
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`.
7 years ago
GIL B. Chan
67e0ef7aa6
edit colorize plugin: add `-f terminal` option
...
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).
7 years ago
Stephan Salzmann
576ada138f
colorize: add README and refactor plugin ( #7314 )
8 years ago
Marc Cornellà
999d3ddf4c
colorize: fix check for pygmentize ( #7250 )
8 years ago
Steve
28cd683282
updated alias and corrected python package ( #6520 )
8 years ago
Christophe Bliard
3c41da3172
Update colorize.plugin.zsh
...
correctly detect when pygmentize is not installed
do not exit shell if when pygmentize is not installed
12 years ago
Trevor Strieber
8355233f7f
Fixing typo.
12 years ago
Oleg Kandaurov
07738ea863
Add colorize plugin
13 years ago