https://github.com/noborus/tcell-color-name
Displays the color and color name of the tcell. Not TUI.
https://github.com/noborus/tcell-color-name
go tcell
Last synced: about 1 year ago
JSON representation
Displays the color and color name of the tcell. Not TUI.
- Host: GitHub
- URL: https://github.com/noborus/tcell-color-name
- Owner: noborus
- License: mit
- Created: 2021-11-24T00:02:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T00:11:01.000Z (over 4 years ago)
- Last Synced: 2025-02-06T09:35:30.383Z (over 1 year ago)
- Topics: go, tcell
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tcell-color-name
Displays the [tcell](https://github.com/gdamore/tcell) color and color name on standard output.
Not TUI.

## Install
```console
go install github.com/noborus/tcell-color-name@latest
```