SaaSHub helps you find the best software and product alternatives Learn more →
Termion Alternatives
Similar projects and alternatives to Termion
-
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
textual
The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
-
-
-
ratatui
Discontinued Rust library that's all about cooking up terminal user interfaces (TUIs) 👨🍳🐀 [Moved to: https://github.com/ratatui/ratatui] (by ratatui-org)
-
pytermgui
Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
-
-
-
rust-web3
Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Termion discussion
Termion reviews and mentions
-
When to flush()?
This is an example from the Termion crate:
-
How difficult is ncurses?
There are plenty of terminal UI libraries that are actually nice to work with. For Python, there's Textual and PyTermGUI. For Rust, there's ratatui and Cursive (or, if you want something a bit lower level, crosster or termion). For Go, there's bubbletea.
-
Writing to a real stdout in the following adapter pattern
But let's say I want to write to Termion's raw terminal: stdout().into_raw_mode().unwrap();
-
How to write the mock version of this trait method?
And I implemented it for a TermWriter struct (Note: DetectCursorPos comes from the Termion crate):
-
How to test the cursor's position in the following test?
The following code stores the user input and cursor position in a raw terminal (using Termion):
-
Testing the stdout of a RawTerminal
That being said, termion has already handle this for us (an example).
-
Termion: recreating Backspace for deleting characters
I'm trying to recreate the Backspace functionality with Termion in raw mode. Right now, it works as expected if I'm deleting the last character. But If I move to the left with the Left arrow, then delete a character, the characters on the right of the cursor won't move to the left.
-
When rustc developers run out of error messages to write
Termion crate (https://crates.io/crates/termion), and very careful observation of a rust error. Hope your friend finds it useful ;)
-
Crate for an interactive terminal program.
Found an alternative https://github.com/redox-os/termion
-
Hey Rustaceans! Got an easy question? Ask here (35/2021)!
If you just need basic printing and limited input then I'd choose either crossterm or termion. If you want a full tui, then tui-rs is really good.
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Feb 2025
Stats
redox-os/termion is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Termion is Rust.