Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvinis/colortools
colortools
https://github.com/pvinis/colortools
Last synced: 3 months ago
JSON representation
colortools
- Host: GitHub
- URL: https://github.com/pvinis/colortools
- Owner: pvinis
- Created: 2016-07-14T11:00:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:34:17.000Z (about 1 year ago)
- Last Synced: 2024-08-02T13:34:57.576Z (5 months ago)
- Language: Shell
- Size: 2.18 MB
- Stars: 49
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# colortools
[![Build Status](https://travis-ci.org/pvinis/colortools.svg?branch=master)](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.
![colortools-true](/images/colortools-true.png?raw=true "colortools-true")
Thanks to [this](https://gist.github.com/XVilka/8346728) XVilka gist.- **colortools-truezigzag**
Prints `/\/\/\/\/` using true colors for background.
![colortools-truezigzag](/images/colortools-truezigzag.png?raw=true "colortools-truezigzag")
Thanks to [this](https://gist.github.com/XVilka/8346728) XVilka gist.- **colortools-truebar**
Prints colorbars using true colors for background and foreground.
![colortools-truebar](/images/colortools-truebar.png?raw=true "colortools-truebar")
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.
![colortools-system-gyw](/images/colortools-system-gyw.png?raw=true "colortools-system-gyw")
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.
![colortools-system](/images/colortools-system.png?raw=true "colortools-system")
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.
![colortools-system-blink](/images/colortools-system-blink.png?raw=true "colortools-system-blink")
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.
![colortools-256](/images/colortools-256.png?raw=true "colortools-256")
Thanks to [this](https://github.com/robertknight/konsole/blob/master/tests/color-spaces.pl) robertknight repo, and Todd Larason.