0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

30 commits

Author SHA1 Message Date
August Feng
47767bd03c
fix(colorize): support args when input is stdin (#11038)
Co-authored-by: August Feng <au.fengster@gmail.com>
2024-08-11 20:01:39 +02:00
cxy004
23de5d9528
fix(colorize): check if $ZSH_COLORIZE_TOOL exists (#11325) 2022-11-09 23:04:55 +01:00
Josh Soref
0e41181d54
chore: fix spelling errors across the project (#10459)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-01 12:20:31 +01:00
Ruslan Sayfutdinov
a3bdff694a
fix(colorize): bypass less aliases in colorize_less (#9593) 2021-01-14 18:26:40 +01:00
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.
2020-10-29 11:54:29 +01:00
John Welsh
345cb99e5b
colorize: add $ZSH_COLORIZE_CHROMA_FORMATTER config env var (#8824) 2020-07-31 15:56:22 +02:00
ProbstDJakob
e21fbe7dff colorize: update plugin to support less options (#8392) 2019-12-22 21:21:14 +01:00
Robby Russell
feaee04464 Resolving conflict in README after recent updates for colorize plugin 2019-12-20 23:07:16 -08:00
Robby Russell
c494bbb82c Resolving conflict in colorize patch #7742 2019-12-20 22:43:20 -08:00
Robby Russell
16ef5cca44
Update link for Pygments
Also moving the dependencies section up
2019-12-20 21:45:39 -08:00
Aaron N. Brock
420e9d789a
Merge branch 'master' into colorize-chroma-support 2019-11-22 10:40:37 -05:00
Jacob Tomaw
9b5aebac2b colorize: update Pygments download link (#8407) 2019-11-20 17:53:45 +01:00
Jakob Probst
5d5d202794 Echo to Error-Stream. Double quote to prevent globbing and word splitting. 2019-11-17 21:40:42 +01:00
Aaron N. Brock
c194b51560 Update default color to 'emacs' which both chroma & pygmentize support 2019-11-17 14:10:03 -05:00
Aaron N. Brock
b776f1d20f Fix issue recognizing if tools are insalled 2019-11-17 14:03:14 -05:00
Jakob Probst
d08238fb0f Fix some comments and messages. Remove (probably) debug messages. Improve ZSH_COLORIZE_TOOL recognition. 2019-11-16 13:10:02 +01:00
Aaron N. Brock
8aa070db0e Update README.md 2019-11-15 15:34:24 -05:00
Aaron N. Brock
66e2284a08 Add support for chroma 2019-11-15 14:11:50 -05:00
Marc Cornellà
fb43df128f
colorize: add style environment variable (#7635) 2019-06-15 20:48:45 +02:00
danhimalplanet
56610be198 colorize: fix mktemp parameter for compatibility (#7789) 2019-04-29 20:51:29 +02:00
Jay Schwerberg
a46798b790 Update colorize README.md with env var details 2019-04-26 11:26:33 -07:00
Jay Schwerberg
c7154e8839 Add pygments style env var for colorized 2019-04-26 11:26:30 -07:00
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`.
2019-04-22 21:06:47 +02:00
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).
2019-04-07 18:57:17 +09:00
Stephan Salzmann
576ada138f colorize: add README and refactor plugin (#7314) 2018-10-19 19:27:49 +02:00
Marc Cornellà
999d3ddf4c
colorize: fix check for pygmentize (#7250) 2018-10-08 17:56:44 +02:00
Steve
28cd683282 updated alias and corrected python package (#6520) 2018-01-22 19:18:03 -08:00
Christophe Bliard
3c41da3172 Update colorize.plugin.zsh
correctly detect when pygmentize is not installed
do not exit shell if when pygmentize is not installed
2014-05-29 10:56:41 +02:00
Trevor Strieber
8355233f7f Fixing typo. 2014-05-24 08:35:54 +02:00
Oleg Kandaurov
07738ea863 Add colorize plugin 2013-04-12 18:19:42 +04:00