Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukewilliamboswell/roc-ansi
Helpers to use ANSI Escape Sequences
https://github.com/lukewilliamboswell/roc-ansi
roc-lang
Last synced: 8 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T01:48:08.000Z (27 days ago)
- Last Synced: 2024-10-20T14:07:14.397Z (24 days ago)
- Topics: roc-lang
- Language: Roc
- Homepage: https://lukewilliamboswell.github.io/roc-ansi/
- Size: 646 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- 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 output showing colors](examples/colors.png)
## Example - TUI Menu
Run with `roc examples/tui-menu.roc`
![example output showing colors](examples/tui-menu.gif)
## Example - Text Editor
Run with `roc examples/text-editor.roc -- file_to_edit.txt`
![example output showing the text editor demo](examples/text-editor.gif)
## Documentation
See [https://lukewilliamboswell.github.io/roc-ansi/](https://lukewilliamboswell.github.io/roc-ansi/)
To generate locally use `roc docs package/main.roc`