https://github.com/wavebeem/show-colors
A little command to show ANSI colors
https://github.com/wavebeem/show-colors
ansi-colors cli nodejs terminal
Last synced: about 2 months ago
JSON representation
A little command to show ANSI colors
- Host: GitHub
- URL: https://github.com/wavebeem/show-colors
- Owner: wavebeem
- License: mit
- Created: 2017-08-11T05:15:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T05:19:26.000Z (about 8 years ago)
- Last Synced: 2025-07-25T19:38:54.040Z (11 months ago)
- Topics: ansi-colors, cli, nodejs, terminal
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# show-colors
Shows an ANSI color table in your terminal! I'm not sure why, but I couldn't
find a suitable package that did this already. It seems like people are just
copying random Perl and Bash scripts from the internet to do this job.
## Use instantly with npx
```bash
$ npx show-colors
```
## Install with npm
```bash
$ npm install -g show-colors
$ show-colors
```
## Short mode
The options `-s` or `--short` can be used to get a smaller version of the table
without text.
## License
MIT