Reflex-vty Alternatives
Similar projects and alternatives to reflex-vty
-
turbo
An experimental text editor based on Scintilla and Turbo Vision. (by magiblot)
-
blessed-contrib
Build terminal dashboards using ascii/ansi art and javascript
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
python-prompt-toolkit
Library for building powerful interactive command line applications in Python
-
-
-
GoAccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Turbo Vision
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
-
-
reflex-vty reviews and mentions
-
Building Rich Terminal Dashboards
There's a slick little Haskell library that does something similar called reflex-vty:
https://github.com/reflex-frp/reflex-vty#reflex-vty
One thing neither of these libraries appear to have done yet that I would really like is create a more compact window rendering. Currently each window gets a 1-character border. What I would like is something that saves space by collapsing adjacent windows' borders into a single character instead of having two redundant borders next to each other. Of course I get why they do it the way they do, but terminals are often more constrained for space and with complex UIs you can lose a fair amount due to these unnecessary borders. That would be the next thing I'd hack on to improve these kinds of libraries. But alas...too many fun projects to hack on and not enough hours in the day.
Stats
reflex-frp/reflex-vty is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.