
iTerm2
MobaXterm
PuTTY
KiTTY
ConEmu
GNOME Terminal
Gnome Terminator
PowerShell
Ratatui
ncurses
FINAL CUT
libmabuff
newt
Turbo Vision
termbox
Slang
iTerm2
RatatuiNo Ratatui 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 Ratatui. It has been mentiond 117 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.
Execute commands using terminals like Windows Terminal, iTerm2, or built-in options on macOS and Linux. Customizing themes, fonts, and shortcuts can optimize your workflow. - Source: dev.to / 3 months ago
iTerm2 is the classic macOS terminal. It's stable, feature-rich, and supports Agent Teams split-pane mode (requires it2 CLI installation and enabling the Python API). - Source: dev.to / 3 months ago
I had a setup that worked perfectly for me, 3 screens (Actually 2 screen + Macbook Pro) One with IDE (WebStorm, Vscode and from time to time just sublime). Second with Terminal (started with iTerm2 and moved to Warp with Oh My Zsh and bunch of plugins) And last with Browser (Web or DB). - Source: dev.to / 3 months ago
Claude Code comes with a notification hook. Some terminals support it natively (iTerm2, Kitty, Ghostty) but most donโt, and even when they do, itโs a system notification which is easy to miss if you step away. - Source: dev.to / 4 months ago
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 / 9 months 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 / 22 days ago
- a TUI via https://ratatui.rs/ Creating your own poker bot and having them compete in an arena should be less than 100 lines of code: https://docs.rs/rs_poker/latest/rs_poker/arena/index.html I need more eyes on the implementation, and more attempts to make the algorithms and agents state of the art. I know I can't have found the optimal configurations and algorithms; I'd love for the open source community to... - Source: Hacker News / 23 days ago
Building LlamaStash brought me back to a lot of that, but the ground has shifted. Ratatui (the maintained fork of tui-rs) is a real, polished framework now. Tokio makes async daemons boring in a good way. Hyper gives you a respectable HTTP server in a few hundred lines. Crossterm handles the cross-platform terminal mess. Sysinfo covers host metrics. The pieces are all there and you have LLMs to help you speed up... - Source: dev.to / 30 days ago
This is the bit that made me sit up. The ratatui-rmux companion crate exposes a PaneWidget that renders a live pane snapshot directly inside a Ratatui TUI app:. - Source: dev.to / about 1 month ago
Thereโs also a great community and a rich crate ecosystem. For the console UI, I went all-in on Ratatui. Itโs a joy: a mature, batteries-included TUI toolkit (layouts, widgets, styling, the works) that feels like building a real UI instead of hand-drawing escape codes. It sits on solid terminal backends, and the docs and examples actually help, and the project is alive, which is exactly what you want when youโre... - Source: dev.to / 3 months 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.
FINAL CUT - Library for creating terminal applications with text-based widgets
KiTTY - KiTTY is a fork from version 0.70 of PuTTY. It adds extra features to PuTTY.
libmabuff - This is libmabuff, library for simple TUI creation in C++.