Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kascote/termkit
TermKit is a collection of Dart packages for working with terminal applications.
https://github.com/kascote/termkit
ansi console dart terminal tui
Last synced: 13 days ago
JSON representation
TermKit is a collection of Dart packages for working with terminal applications.
- Host: GitHub
- URL: https://github.com/kascote/termkit
- Owner: kascote
- Created: 2024-01-29T00:48:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T23:39:58.000Z (about 1 month ago)
- Last Synced: 2024-11-22T00:24:51.248Z (about 1 month ago)
- Topics: ansi, console, dart, terminal, tui
- Language: Dart
- Homepage:
- Size: 232 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
___________ ____ __.__ __
\__ ___/__________ _____ | |/ _|__|/ |_
| |_/ __ \_ __ \/ \| < | \ __\
| |\ ___/| | \/ Y Y \ | \| || |
|____| \___ >__| |__|_| /____|__ \__||__|
\/ \/ \/
```TermKit is a collection of Dart packages for working with terminal applications.
[termansi](packages/termansi): This package provides a collection of ANSI escape
sequences. It essentially serves as a reference for ANSI codes, without offering
any additional functionality beyond their definitions.[termlib](packages/termlib): This is the core library for interacting with
terminals.[termparser](packages/termparser): This package acts as a parser, interpreting
the ANSI sequences returned by the terminal emulator and converting them into a
collection of events.[termunicode](packages/termunicode): Library designed to provide a set of
utilities for working with Unicode characters in terminal applications. It is
particularly useful for applications that need to handle a wide range of
Unicode characters and properties.