
Ratatui
ncurses
FINAL CUT
libmabuff
newt
Turbo Vision
termbox
Slang
fish shell
zsh
GNU Bourne Again SHell
Starship (Shell Prompt)
PowerShell Plus
CentminMod
iTerm2
KornShell
Fish Shell is recommended for developers and system administrators looking for an intuitive and powerful command-line shell. It is particularly suitable for users who prefer minimal configuration and appreciate features like autosuggestions and syntax highlighting straight out of the box.
No Ratatui videos yet. You could help us improve this page by suggesting one.
Based on our record, fish shell should be more popular than Ratatui. It has been mentiond 143 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.
Built with ratatui, styled in cyberpunk colors. - Source: dev.to / 7 days ago
Counterpoint: Build more TUIs in Rust using Ratatui: https://ratatui.rs/ Why? Because just look at the examples on that page. - Source: Hacker News / 12 days ago
Day four of building a btop-style system monitor in Rust with ratatui. - Source: dev.to / about 1 month ago
There are fantastic TUI frameworks for Rust, like Ratatui[0] (there are a lot more options, this is an example). You can write beautiful TUIs in native languages, without ncurses or C or C++. Go has such frameworks, same with C# (which you can AOT compile) and so on. You're not stuck between javascript and C. [0]: https://ratatui.rs/. - Source: Hacker News / about 1 month ago
I also wanted to shout out https://ratatui.rs/. Most of the time, I just want some UI. And TUI's are easier / more portable than GUI's. - Source: Hacker News / 3 months ago
Linux offers various shell options, each with unique features that can enhance your command-line experience. The default shell on most Linux distributions is Bash, but other popular alternatives include Zsh and Fish. - Source: dev.to / 5 months ago
It's amazing, how rarely people talk about fish (https://fishshell.com/) I love it so much that I pity people that use Bash, Zsh. - Source: Hacker News / 5 months ago
Https://fishshell.com/ https://xon.sh/ https://www.nushell.sh/ https://elv.sh/ You're replying to someone that says POSIX shells are holding people back, not that the terminal is a bad idea, there are many alternative shells which offer benefits over POSIX shells. fish-shell has everything you want from an interactive shell included, xonsh is a mix Python shell, nushell and elvish are adding types and other things... - Source: Hacker News / 8 months ago
Yes, obviously I'm making a bit of a strong point here, undiluted by necessary nuance. I don't shun otherwise good projects with a good reputation entirely from a mere sentence if I can avoid it. But the point is, I actually enjoy scripting in bash. Half the time people rant about it, there's something wrong in the argument. Not always of course, different tools for different people and all that. But having... - Source: Hacker News / 11 months ago
For me, this simple tools is the single best command line changer! Instead of a lot of commands to traverse the folder tree, I jump where and when I want. Other nice tools I use: Fish for shell (https://fishshell.com/), Starship for prompt (https://starship.rs/), bat "a cat with wings" for file preview (https://github.com/sharkdp/bat). - Source: Hacker News / 11 months ago
ncurses - ncurses (new curses) is a programming library that provides an API which allows the programmer to...
zsh - The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting.
FINAL CUT - Library for creating terminal applications with text-based widgets
GNU Bourne Again SHell - Bash is the shell, or command language interpreter, that will appear in the GNU operating system.
libmabuff - This is libmabuff, library for simple TUI creation in C++.
Starship (Shell Prompt) - Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.