Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.09 KB
___________                   ____  __.__  __
\__    ___/__________  _____ |    |/ _|__|/  |_
  |    |_/ __ \_  __ \/     \|      < |  \   __\
  |    |\  ___/|  | \/  Y Y  \    |  \|  ||  |
  |____| \___  >__|  |__|_|  /____|__ \__||__|
             \/            \/        \/

TermKit is a collection of Dart packages for working with terminal applications.

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: This is the core library for interacting with terminals.

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: 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.