Color strip generator
ColorStrip is a tool to generate color strip (for e.g: fetch tool) written in POSIX-shell.
Try it:
sh -c "$(curl -fsLS https://info-mono.github.io/colorstrip)"
sh -c "$(curl -fsLS https://info-mono.github.io/colorstrip)" -- <options>
You can just curl
some pre-made colorstrip:
curl -fsLS https://info-mono.github.io/colorstrip/<file>
E.g:
curl -fsLS https://info-mono.github.io/colorstrip/block3
Note The full list of pre-made colorstrip files can be found here.
Option 1: using curl
curl https://raw.githubusercontent.com/info-mono/colorstrip/main/bin/colorstrip > ~/.local/bin/colorstrip
chmod +x ~/.local/bin/colorstrip
Option 2: using git
git clone https://github.com/info-mono/colorstrip.git ~/.local/share/colorstrip
ln -s ~/.local/share/colorstrip/bin/colorstrip ~/.local/bin/colorstrip
For Bpkg user:
bpkg install info-mono/colorstrip
For Basher user:
basher install info-mono/colorstrip
Run colorstrip
in the terminal:
colortest <options>
Options:
-h, --help Print this help message
-s, --string <string> Set print string
-m, --modes <modes> Set modes list (normal, bright, bold, both)
-c, --colors <colors> Set colors list (0, 1, 2, 3, 4, 5, 6, 7)
-t, --transition Enable transition
-T, --no-transition Disable transition
Note List are separated by space.
Special thanks to:
Made with β€οΈ by
@info-mono