Customizable Colortest
Colortest is a tool to quickly show all your terminal colors.
Try it:
sh -c "$(curl -fsLS https://info-mono.github.io/colortest)"sh -c "$(curl -fsLS https://info-mono.github.io/colortest)" -- <options>You can just curl some pre-made colortest:
curl -fsLS https://info-mono.github.io/colortest/<file>E.g:
curl -fsLS https://info-mono.github.io/colortest/defaultNote The full list of pre-made colortest files can be found here.
Option 1: using curl
curl https://raw.githubusercontent.com/info-mono/colortest/main/bin/colortest > ~/.local/bin/colortest
chmod +x ~/.local/bin/colortestOption 2: using git
git clone https://github.com/info-mono/colortest.git ~/.local/share/colortest
ln -s ~/.local/share/colortest/bin/colortest ~/.local/bin/colortestFor Bpkg user:
bpkg install info-mono/colortestFor Basher user:
basher install info-mono/colortestRun colortest in the terminal:
colortest <options>Options:
-h, --help Print this help message
-s, --string <string> Set print string
-S, --separator <separator> Set separator string
-f, --fg-modes <fg-modes> Set foreground modes list
(normal, bright, bold, both)
-b, --bg-modes <bg-modes> Set background modes list
(normal, bright)
-F, --fg-colors <fg-colors> Set foreground colors list
(0, 1, 2, 3, 4, 5, 6, 7, none, label)
-B, --bg-colors <bg-colors> Set background colors list
(0, 1, 2, 3, 4, 5, 6, 7, none, label)Note List are separated by space.
Made with β€οΈ by
@info-mono
