decors / fish-colored-man

Color-enabled man pages plugin for fish-shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colored man

Color-enabled man plugin for fish-shell.

ss1

This plugin to define the man function.

Install

Fisher

fisher install decors/fish-colored-man

Oh My Fish

omf install https://github.com/decors/fish-colored-man

Color options

If you want to change the colors, add the following options to your config.fish.

ss2

# Solarized Dark & Green highlight
set -g man_blink -o red
set -g man_bold -o green
set -g man_standout -b black 93a1a1
set -g man_underline -u 93a1a1
# Solarized Light & Magenta highlight
set -g man_blink -o red
set -g man_bold -o magenta
set -g man_standout -b white 586e75
set -g man_underline -u 586e75

See also man set_color.

About

Color-enabled man pages plugin for fish-shell

License:MIT License


Languages

Language:Shell 100.0%