Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevencyb/gotermcraft
GoTermCraft is a MVP that provides ANSI wrapper for golang.
https://github.com/stevencyb/gotermcraft
Last synced: 28 days ago
JSON representation
GoTermCraft is a MVP that provides ANSI wrapper for golang.
- Host: GitHub
- URL: https://github.com/stevencyb/gotermcraft
- Owner: StevenCyb
- License: mit
- Created: 2024-01-20T09:52:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T09:43:50.000Z (12 months ago)
- Last Synced: 2024-01-22T15:01:49.299Z (12 months ago)
- Language: Go
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChromaTerm
A golang wrapper for [ANSI Escape Codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) that simplifies console text styling as well as other control codes.
This is an MVP that I would like to develop further. I'm currently thinking of a kind of UI library where layouts and various components can be defined. In this way I would like to simplify/enable the building of CLI UIs (e.g. like [k9s](https://github.com/derailed/k9s?tab=readme-ov-file)).
There are already some approaches like [goterm](https://github.com/buger/goterm?tab=readme-ov-file).
But it still might be fun so let's see.# DOCs
* [ANSI](pkg/ansi/ansi.md)
* [3&4-bit color](pkg/ansi/color/4b.md)
* [8-bit color](pkg/ansi/color/8b.md)