blessed - A high-level terminal interface library for node.js.

added by bpwndaddy
7/16/2015 3:46:10 PM

1727 Views

Blessed is over 16,000 lines of code and terminal goodness. It's completely implemented in javascript, and its goal consists of two things: Reimplement ncurses entirely by parsing and compiling terminfo and termcap, and exposing a Program object which can output escape sequences compatible with any terminal. Implement a widget API which is heavily optimized for terminals.


0 comments