summaryrefslogtreecommitdiff
path: root/plugins/colored-man-pages
AgeCommit message (Collapse)Author
2020-03-30colorized-man-pages: add hooks for dman and debman commands (#8776)Felix Stupp
* colorized-man-pages: Added hooks for commands dman and debman `dman` and `debman` are tools from the package `debian-goodies` for Debian systems (see https://packages.debian.org/stable/debian-goodies). They can display man pages from manpages.debian.org or local debian packages respectively. README of the plugin is also updated. * Simplify syntax for future changes * Fix README syntax Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-01-19colored-man-pages: force `env` command (#8551)James Wright
Invoke `env` via `command` to ignore shell functions and aliases.
2019-08-04Add README fileIulian Onofrei
2018-09-29Add option to color any help commandIulian Onofrei
This allows you to use `colored git log --help` for example, to get colored output.
2017-11-07Prepend function keyword in colored-man-pages plugin (#6238)Marcel Siegert
Resolves: #6237
2015-12-15colored-man-pages: Use Portable `less` PathPavan Rikhi
2015-12-15Fix syntax error in colored-man-pagesMarc Cornellà
Commit 09d2a597a5 introduced the bug, which is due to using single brackets conditions at the same time as *. This commit should fix it and use double brackets everywhere else. Fixes #4699
2015-12-15Fix style of colored-man-pages pluginMarc Cornellà
2015-12-15colored-man plugin: Quoted PATH variablecknoblauch
Some environments (in my case, cygwin) have PATH variables with directories with spaces in them, breaking colored-man. Adding quotes around the PATH environment variable makes the plugin run OK.
2015-10-09Renaming colored-man to colored-man-pages because it needs to be.Robby Russell