https://github.com/pvinis/colortools
colortools
https://github.com/pvinis/colortools
Last synced: about 2 months ago
JSON representation
colortools
- Host: GitHub
- URL: https://github.com/pvinis/colortools
- Owner: pvinis
- Created: 2016-07-14T11:00:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:34:17.000Z (over 1 year ago)
- Last Synced: 2025-04-14T03:15:27.157Z (about 2 months ago)
- Language: Shell
- Size: 2.18 MB
- Stars: 50
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# colortools
[](https://travis-ci.org/pvinis/colortools)
A list of shell scripts to print system colors and true colors in the terminal. Every time I looked for one of these scripts, I ended up finding another one, spending more time than I wanted. Now we have them all in one place. Like many other tools on the terminal, these scripts are not useful to everyone, but are really useful to some. Enjoy :)
## Install
$ brew install pvinis/pvinis/colortools## Usage
$ colortools
$ colortools-256## List of tools
- **colortools-true**
Prints `TRUECOLOR` using a nice dark red true color.

Thanks to [this](https://gist.github.com/XVilka/8346728) XVilka gist.- **colortools-truezigzag**
Prints `/\/\/\/\/` using true colors for background.

Thanks to [this](https://gist.github.com/XVilka/8346728) XVilka gist.- **colortools-truebar**
Prints colorbars using true colors for background and foreground.

Thanks to [this](https://github.com/JohnMorales/dotfiles/blob/master/colors/24-bit-color.sh) JohnMorales repo, and [this](https://github.com/gnachman/iTerm2/blob/master/tests/24-bit-color.sh) iTerm repo.- **colortools-system-gyw**
Prints system colors as foreground and background, with normal and bold `gYW` text.

Thanks to [this](https://raw.githubusercontent.com/mikker/dotfiles/master/bin/colortest.sh) mikker repo.- **colortools-system**
Prints system colors as foreground and background, with normal and bold text.

Thanks to [this](https://raw.githubusercontent.com/robertknight/konsole/master/tests/colortest.sh) robertknight repo.- **colortools-system-blink**
Prints system colors as foreground and background, with normal, bold and blinking text.

Thanks to [this](https://raw.githubusercontent.com/robertknight/konsole/master/tests/colortest.sh) robertknight repo.- **colortools-256**
Prints system colors, grayscale ramps and several color cubes using 256 colors for background and foreground.

Thanks to [this](https://github.com/robertknight/konsole/blob/master/tests/color-spaces.pl) robertknight repo, and Todd Larason.