https://github.com/g3th/kotlin-terminal-colours
https://github.com/g3th/kotlin-terminal-colours
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/g3th/kotlin-terminal-colours
- Owner: g3th
- Created: 2023-06-02T20:11:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T20:14:01.000Z (about 3 years ago)
- Last Synced: 2025-03-05T00:27:39.318Z (over 1 year ago)
- Language: Kotlin
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Kotlin Terminal Colours
## No need for External Libraries like JCDP
Wonder how JCDP or similar libraries create coloured terminal output, or colours in debug?
This is how!
How to use escape sequences in Kotlin and print coloured output in your terminal of choice.
No need to load external libraries, very easy to do.