No tui-rs videos yet. You could help us improve this page by suggesting one.
I've had so many problems with terminal in my Mac.. thanks for this tool. It's like really useful
Based on our record, iTerm2 should be more popular than tui-rs. It has been mentiond 113 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
For the longest time I've used iTerm2 as a replacement for Terminal. It's fast, it's native, it's not yet another lipstick-on-an-Electron-wrapper type of thing. Only Ghostty comes close to it, and even though it's faster and resizes better, it misses some of the features I've grown to depend on. - Source: dev.to / 8 days ago
Fig / Warp / iTerm2 terminals that actually respect your eyes and sanity https://fig.io | https://warp.dev | https://iterm2.com. - Source: dev.to / 4 months ago
iTerm + fish. I wrote a post explaining my environment settings. - Source: dev.to / 11 months ago
๐ macOS: The default Terminal.app is widely used, but iTerm2 is often preferred for its rich feature set and customization options. - Source: dev.to / 12 months ago
Make yourself comfortable with https://blogs.oracle.com/database/post/freedom-to-build-announcing-oracle-cloud-free-tier-with-new-always-free-services-and-always-free-oracle-autonomous-database https://gist.github.com/rssnyder/51e3cfedd730e7dd5f4a816143b25dbd https://www.reddit.com/r/oraclecloud/ or any other offer. Deploy some minimal Linux on them, or use what's offered. Plus optionally, if you don't want to... - Source: Hacker News / about 1 year ago
The TUI is built with the awesome Ratatui [0] library (formerly tui-rs [1]). UX is certainly not my area of expertise and I would not have been able to create Trippy without this library. [0] https://github.com/ratatui-org/ratatui. - Source: Hacker News / almost 2 years ago
Rust has great libraries for TUIs. tui-rs (https://github.com/fdehau/tui-rs) is the maintained version, and is pretty new. Less widely known is cursive (https://github.com/gyscos/cursive), which I have yet to try. Aside from the libraries, I just wanted to start a project that would make be better at Rust. The easy distribution with cargo is a huge bonus though. - Source: Hacker News / over 2 years ago
u/lordnacho666 It uses the fabulous https://github.com/fdehau/tui-rs (now revived as https://github.com/tui-rs-revival/ratatui) TUI lib. Source: over 2 years ago
If you interested in the TUI apps in rust you can start with the crate tui-rs or its revival ratatui. They have examples inside of them which you can start and see the source code to get the basic functionalities. For the text editor you can check examples in the crate tui-textarea. Source: over 2 years ago
This app is based on the these two crate in rust (tui-rs , tui-textarea). The text area provide the Emacs motions and I integrated the vim motions there, but the editor in this app as much simpler than the huge VIM and Emacs systems. Source: over 2 years ago
MobaXterm - Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more
ncurses - ncurses (new curses) is a programming library that provides an API which allows the programmer to...
PuTTY - Popular free terminal application. Mostly used as an SSH client.
newt - Programming library for color text mode, widget based user interfaces.
KiTTY - KiTTY is a fork from version 0.70 of PuTTY. It adds extra features to PuTTY.
FINAL CUT - Library for creating terminal applications with text-based widgets