An open API service indexing awesome lists of open source software.

https://github.com/kofish/loggy

A TUI library for xterm-style terminals focused on streaming.
https://github.com/kofish/loggy

Last synced: 2 months ago
JSON representation

A TUI library for xterm-style terminals focused on streaming.

Awesome Lists containing this project

README

          

# LOGGY

This Python 3 module is an attempt to create a set of tools to add dynamic items
that can be updated in a streaming terminal similar to xterm. It mostly relies
on VT100 escape sequences but there are also some specific to xterm and rxvt
that I've found necessary to include. The goal is not to make something that
works everywhere, it's just meant to work for me. Any patches that makes it
handle other terminals or OSs is appreciated.