Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hyiso/ansi

Ansi utilities packages to handle string with ansi escape codes
https://github.com/hyiso/ansi

ansi ansi-codes ansi-escape-codes cli commandline dart flutter strip-ansi terminal terminal-colors wrap-ansi

Last synced: 1 day ago
JSON representation

Ansi utilities packages to handle string with ansi escape codes

Awesome Lists containing this project

README

        

# About

Ansi utilities packages to handle string with ansi characters.

## Packages

| Project | Status | Description |
| --------------------- | ------------------------------------------------------------ | ------------------------------------------------------- |
| [ansi](packages/ansi/) | [![ansi](https://img.shields.io/pub/v/ansi?color=blue)](https://pub.dev/packages/ansi) | Terminal string styling done right. |
| [ansi_codes](packages/ansi_codes/) | [![ansi_codes](https://img.shields.io/pub/v/ansi_codes?color=blue)](https://pub.dev/packages/ansi_codes) | ANSI escape codes for styling strings in the terminal. |
| [ansi_regex](packages/ansi_regex/) | [![ansi_regex](https://img.shields.io/pub/v/ansi_regex?color=blue)](https://pub.dev/packages/ansi_regex) | Regular expression for matching ANSI escape codes. |
| [ansi_slice](packages/ansi_slice/) | [![ansi_slice](https://img.shields.io/pub/v/ansi_slice?color=blue)](https://pub.dev/packages/ansi_slice) | Slice a string with ANSI escape codes. |
| [ansi_strip](packages/ansi_strip/) | [![ansi_strip](https://img.shields.io/pub/v/ansi_strip?color=blue)](https://pub.dev/packages/ansi_strip) | Strip ANSI escape codes from a string |
| [ansi_wrap](packages/ansi_wrap/) | [![ansi_wrap](https://img.shields.io/pub/v/ansi_wrap?color=blue)](https://pub.dev/packages/ansi_wrap) | Wordwrap a string with ANSI escape codes. |