https://github.com/iolanguage/rainbow
Colorize command line output.
https://github.com/iolanguage/rainbow
Last synced: 6 months ago
JSON representation
Colorize command line output.
- Host: GitHub
- URL: https://github.com/iolanguage/rainbow
- Owner: IoLanguage
- Created: 2020-10-29T15:12:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T15:30:11.000Z (over 5 years ago)
- Last Synced: 2025-01-21T00:48:45.531Z (over 1 year ago)
- Language: Io
- Size: 5.86 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rainbow
This addon allows you to colorize command line output.
For example:
```Io
Rainbow bold red blueBg
```
Will make your output print on blue background with bold red font.