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.
- Host: GitHub
- URL: https://github.com/kofish/loggy
- Owner: KoFish
- License: mit
- Created: 2014-05-31T18:38:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T06:58:59.000Z (almost 11 years ago)
- Last Synced: 2025-12-28T06:15:12.188Z (6 months ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.