8 projects tagged "Console"
When writing anything that needs to communicate with a terminal in some way, it is almost always speaking some dialect of VT100 or ANSI. The libvt 100 library aims solely at parsing a stream of VT100/ANSI data and then letting the host application do the rendering. Many other projects also parse VT100/ANSI data, but their parser is always tangled up with the actual rendering of the data, making reuse in other projects problematic. The hope is that other projects will start using libvt100 and everyone can stop reinventing the wheel with each project.
Jaro Mail is an integrated suite of interoperable tools for GNU/Linux and Apple/OS X to manage email communication in a private way, without relying on online services (in fact, encouraging users to store email locally). It mainly features a system for mailinglist filtering, address-book integrated whitelisting, and long-term email storage and archiving with functions for fast search and usage statistics. It makes internal use of customized versions of popular Unix tools like Mutt, Fetchmail, Procmail, Mairix, and Msmtp.