https://github.com/adamff-dev/terminal-colors
Make your shell scripts more colorful easily
https://github.com/adamff-dev/terminal-colors
Last synced: about 1 year ago
JSON representation
Make your shell scripts more colorful easily
- Host: GitHub
- URL: https://github.com/adamff-dev/terminal-colors
- Owner: adamff-dev
- Created: 2018-10-16T20:13:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T12:52:58.000Z (over 6 years ago)
- Last Synced: 2025-01-13T15:34:58.430Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminal colors
Use colors in your linux terminal
## Usage:
echo -e $CYAN
echo "I'm a cyan text"
echo -e "$GREEN I'm a green text"
## List of colors (example.sh)

