0.0.7
Deno TUI library
Repository
Current version released
a year ago
Scratch38-S0015
Some Deno code for TUIā¦stuff.
For reading characters and escape codes as sent by terminals, use toCharishes from escapeparser.ts,
which will give you an AsyncIterable<Charish>, where Charish is either a number (for a regular character)
or an object representing the data contained in an escape sequence.
See charishdemo.ts for example.
Streams of charishes can in turn be translated into āinput eventsā. See eventreader.ts for example.
Thereās also some stuff about box drawing buried in here.
This project is currently ājust a bunch of codeā, isnāt very well organized, and may change drastically between versions.