blessed-contrib
notcurses
blessed-contrib | notcurses | |
---|---|---|
10 | 106 | |
15,533 | 3,821 | |
- | 1.9% | |
0.0 | 9.2 | |
about 1 year ago | 1 day ago | |
JavaScript | C | |
MIT License | Apache License 2.0 |
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.
notcurses
- Release v3.0.10–panda panda panda panda panda · dankamongmen/notcurses
- Notcursus v3.0.10 Released
-
TTE: Terminal Text Effects
Rather reminds me of Nick Black's Notcurses library.
https://nick-black.com/dankwiki/index.php/Notcurses
https://github.com/dankamongmen/notcurses
-
Text UIs != Terminal UIs
> The only reason we don't have animation frameworks for the terminal is because it's not possible
https://nick-black.com/dankwiki/index.php/Notcurses
- Notcurses: Blingful character graphics/TUI library
- Notcurses
-
good high-level ncurses library
Notcurses. Install it and run notcurses-demo to be suitably impressed.
-
Ratatui: Build rich terminal user interfaces
Same for me, I would be much more motivated if there was something like textual for Rust. Given the capability of terminal emulators now I think Rust is lacking behind in the TUI field. Just checkout what can be done with something like notcurses
-
Terminal emulators that break from the traditional rendering approach?
On the application side of rendering, see notcurses, it is at the leading edge: https://github.com/dankamongmen/notcurses
-
Doom on Teletext
Other TUI libraries of note: https://github.com/dankamongmen/notcurses/blob/master/doc/OT...
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.
sixvid - Simple script for animated GIF viewing using sixels
dockly - Immersive terminal interface for managing docker containers and services
rich - Rich is a Python library for rich text and beautiful formatting in the terminal.