Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukewilliamboswell/roc-ansi

Helpers to use ANSI Escape Sequences
https://github.com/lukewilliamboswell/roc-ansi

roc-lang

Last synced: about 2 months ago
JSON representation

Helpers to use ANSI Escape Sequences

Awesome Lists containing this project

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`