Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablopunk/colortest
Quickly show all your terminal colors
https://github.com/pablopunk/colortest
bash cli color colors command line terminal test zsh
Last synced: 9 days ago
JSON representation
Quickly show all your terminal colors
- Host: GitHub
- URL: https://github.com/pablopunk/colortest
- Owner: pablopunk
- License: mit
- Created: 2017-10-29T11:39:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T15:48:45.000Z (over 2 years ago)
- Last Synced: 2024-10-19T08:37:55.136Z (22 days ago)
- Topics: bash, cli, color, colors, command, line, terminal, test, zsh
- Language: Shell
- Homepage: https://pablopunk.com
- Size: 61.5 KB
- Stars: 87
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colortest
Quickly show all your terminal colors## Install
dnf
> Since v3.0.5, `colortest` conforms to Fedora packaging standards
If you're using Fedora or any other distribution with the `dnf` package manager:
```bash
$ sudo dnf install colortest
```And use it:
```bash
$ colortest
```❌ To uninstall it:
```
$ sudo dnf remove colortest
```
npm
If you have npm installed, you can either install it globally or use it directly with `npx`:
```bash
$ npx colortest
```Manually
Alternatively, you can download and run [the script](https://raw.githubusercontent.com/pablopunk/colortest/master/colortest) from your bash prompt.
## Output
![shot](https://github.com/pablopunk/art/raw/master/colortest/screenshot.png)
# Related
More at [pablopunk.com](https://pablopunk.com/)
* Quickly test true color support: [truecolor](https://github.com/pablopunk/truecolor)
* Hyper theme: [hyper-native-dark](https://github.com/pablopunk/hyper-native-dark)
* NPM package generator: [miny](https://github.com/pablopunk/miny)
* Fast bash propmt: [bashy](https://github.com/pablopunk/bashy)
* Fast and lightweight tests: [myass](https://github.com/pablopunk/myass)## License
[MIT](./LICENSE).
The original code can be found [here](https://tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html).
## Author
| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |
| --------------------------------- |
| [Pablo Varela](https://pablopunk.com) |