blessed-contrib
Turbo Vision
blessed-contrib | Turbo Vision | |
---|---|---|
10 | 28 | |
15,533 | 2,149 | |
- | 2.4% | |
0.0 | 8.6 | |
about 1 year ago | 8 days ago | |
JavaScript | C++ | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
blessed-contrib
-
good high-level ncurses library
I still can't tear myself away from blessed-contrib and it's unfortunate to see that these projects are not very maintained
-
Dear Redditors! Can someone please explain to me how this widget works?
Link:https://github.com/yaronn/blessed-contrib PS I'm sorry for the bad English
- does anyone know of libraries with which I can make a text element on the site (as in the example)
-
Command line applications
Yes, you can create whatever you want - from simple CLI utils , through moderately complex interactive tools (example by me), to complex, full-fledged command line applications (example, another example).
- An idea for a virtual pet in my Linux terminal
-
Table and color formats
On Rust/WASM I have been playing around with using TUI which is a lib inspired by the NodeJS library Blessed Contrib which might me a good idea to look at (not sure how well it works with javascript though). I have also used Comfy-table with Rust for simple table output.
-
I created an htop-like terminal dashboard for viewing and managing docker containers, written in Node
✅ Built with the Node.js, blessed, and blessed-contrib
- I made a terminal utility to monitor some system stats. Was wondering if you guys know of anything better or if I should continue dev work on it since we need it?
-
Building Rich Terminal Dashboards
If you plan on using blessed, there’s also (blessed-contrib)[https://github.com/yaronn/blessed-contrib], which is a library of widgets for blessed.
Turbo Vision
-
DOjS – A DOS JavaScript Canvas with Sound
Not exactly what you're looking for, but there's Shell in a Box (see https://github.com/shellinabox/shellinabox), that can create a terminal on a web page, and expose an actual terminal application running on a server.
One thing that is certainly doable is also to use a standard TUI framework in another language (there are many of them, e.g. https://github.com/magiblot/tvision for C++, https://github.com/charmbracelet/bubbletea for Go, etc.), compile it to WASM, and find how to bridge the WASM output to the browser (I've seen this: https://github.com/cryptool-org/wasm-webterm, but never tried it).
- Tvision – A modern port of Turbo Vision 2.0
- SCIM: Ncurses based, Vim-like spreadsheet
- Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
- Turbo Pascal Turns 40
-
Turbo Pascal or Delphi for Text Screen Applications
With FPC, you can use Free Vision, which is a supposed to be like a remake of the old Borland Turbo Vision. Alternatively for C++.
- What is a low-level UI library that allows me to make my own text widgets?
-
Using byte array for window?
Talking about a window display from byte array sounds like windowing for a purely text based (console based) user interface, like the 1990's Borland's old Turbo Vision. There are modern ports of Turbo Vision, e.g. superquick googling found one at GitHub.
-
Terminal.Gui – Cross Platform Terminal UI Toolkit for .NET
there is also a port of the "original":
https://github.com/magiblot/tvision
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
-
Ask HN: What are some examples of elegant software?
It's been an absolute joy toying with TV after all this years for some TUI side-projects.
https://github.com/magiblot/tvision
What are some alternatives?
dashing - Terminal dashboards for Python
FTXUI - Features: - Functional style. Inspired by [1] and React - Simple and elegant syntax (in my opinion). - Support for UTF8 and fullwidth chars (→ 测试). - No dependencies. - Cross platform. Linux/mac (main target), Windows (experimental thanks to contributors), - WebAssembly. - Keyboard & mouse navigation. Operating systems: - linux emscripten - linux gcc - linux clang - windows msvc - mac clang
reflex-vty - Build terminal applications using functional reactive programming (FRP) with Reflex FRP.
ncurses - snapshots of ncurses - see https://invisible-island.net/personal/git-exports.html (no pull requests are accepted)
dockly - Immersive terminal interface for managing docker containers and services
FINAL CUT - The modern text-based widget toolkit.