Skip to content

πŸ³οΈβ€πŸŒˆ Customizable Colortest

Notifications You must be signed in to change notification settings

info-mono/colortest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Colortest

Customizable Colortest

License: GPL-3.0 Development completed

πŸ’‘ About

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/default

Note The full list of pre-made colortest files can be found here.

πŸš€ Setup

🧾 Dependencies

πŸ“₯ Installation

πŸ”§ Manually

Option 1: using curl

curl https://raw.githubusercontent.com/info-mono/colortest/main/bin/colortest > ~/.local/bin/colortest
chmod +x ~/.local/bin/colortest

Option 2: using git

git clone https://github.com/info-mono/colortest.git ~/.local/share/colortest
ln -s ~/.local/share/colortest/bin/colortest ~/.local/bin/colortest

πŸ“¦ Package manager

For Bpkg user:

bpkg install info-mono/colortest

For Basher user:

basher install info-mono/colortest

⌨️ Usage

Run 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

Buy Me a Coffee