https://github.com/lukewilliamboswell/roc-ansi
Helpers to use ANSI Escape Sequences
https://github.com/lukewilliamboswell/roc-ansi
roc-lang
Last synced: about 1 month ago
JSON representation
Helpers to use ANSI Escape Sequences
- Host: GitHub
- URL: https://github.com/lukewilliamboswell/roc-ansi
- Owner: lukewilliamboswell
- License: upl-1.0
- Created: 2023-11-03T03:01:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T22:43:56.000Z (4 months ago)
- Last Synced: 2025-04-09T23:51:35.671Z (about 1 month ago)
- Topics: roc-lang
- Language: HTML
- Homepage: https://lukewilliamboswell.github.io/roc-ansi/
- Size: 698 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- roc-awesome - lukewilliamboswell/roc-ansi
README
# Roc ANSI
Helpers for working with the terminal
## Example - Colors
Run with `roc examples/colors.roc`

## Example - TUI Menu
Run with `roc examples/tui-menu.roc`

## Example - Text Editor
Run with `roc examples/text-editor.roc -- file_to_edit.txt`

## Documentation
See [https://lukewilliamboswell.github.io/roc-ansi/](https://lukewilliamboswell.github.io/roc-ansi/)
To generate locally use `roc docs package/main.roc`