info-mono / colorstrip

🌈 Color strip generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColorStrip

Color strip generator

License: GPL-3.0 Development completed

πŸ’‘ About

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.

πŸš€ Setup

🧾 Dependencies

πŸ“₯ Installation

πŸ”§ Manually

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

πŸ“¦ Package manager

For Bpkg user:

bpkg install info-mono/colorstrip

For Basher user:

basher install info-mono/colorstrip

⌨️ Usage

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.

πŸ’Œ Credits

Special thanks to:






Made with ❀️ by @info-mono

Buy Me a Coffee

About

🌈 Color strip generator

License:GNU General Public License v3.0


Languages

Language:Shell 82.0%Language:Makefile 18.0%