crossterm

Cross platform terminal library rust (by crossterm-rs)

Crossterm Alternatives

Similar projects and alternatives to crossterm

  1. rust

    2,810 crossterm VS rust

    Empowering everyone to build reliable and efficient software.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Windows Terminal

    The new Windows Terminal and the original Windows console host, all in the same place!

  4. helix

    443 crossterm VS helix

    A post-modern modal text editor.

  5. Rustlings

    :crab: Small exercises to get you used to reading and writing Rust code!

  6. dioxus

    Fullstack app framework for web, desktop, mobile, and more.

  7. gitui

    84 crossterm VS gitui

    Blazing πŸ’₯ fast terminal-ui for git written in rust πŸ¦€

  8. tui-rs

    68 crossterm VS tui-rs

    Discontinued Build terminal user interfaces and dashboards using Rust

  9. 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.

    CodeRabbit logo
  10. Ink

    72 crossterm VS Ink

    🌈 React for interactive command-line apps

  11. ratatui

    Discontinued Rust library that's all about cooking up terminal user interfaces (TUIs) πŸ‘¨β€πŸ³πŸ€ [Moved to: https://github.com/ratatui/ratatui] (by ratatui-org)

  12. murex

    A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

  13. Termion

    Mirror of https://gitlab.redox-os.org/redox-os/termion

  14. hub

    23 crossterm VS hub

    A command-line tool that makes git easier to use with GitHub.

  15. Cursive

    A Text User Interface library for the Rust programming language

  16. sysinfo

    Cross-platform library to fetch system information

  17. amdgpu_top

    Tool to display AMDGPU usage

  18. RustCrypto

    Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers

  19. pancurses

    A Rust curses library, supports Unix platforms and Windows

  20. tt

    A terminal based typing test.

  21. fui

    0 crossterm VS fui

    Discontinued Add CLI & form interface to your program. Docs: https://docs.rs/fui

  22. guess-that-lang

    CLI game to see how fast you can guess the language of a code block!

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better crossterm alternative or higher similarity.

crossterm discussion

Log in or Post with

crossterm reviews and mentions

Posts with mentions or reviews of crossterm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-18.
  • Matanuska ADR 002 - Architecture
    3 projects | dev.to | 18 Dec 2024
    If applicable, drawing procedures - ie, wrapping ink, ratatui crossterm, etc.
  • A REPL for Fat-Finger Friendly Typing
    2 projects | dev.to | 21 Oct 2024
    I have staked my entire professional and financial future on building things β€œfrom scratch,” so I faced a quandary on day 1 of this project. I chose to use crossterm for the key detection primarily because of the cross-platform support. Honestly though, crossterm was very, very good. The API is intuitive and I was especially pleased with KeyModifiers (which we needed to handle Ctrl-C, which I thought was unnecessary, see above).
  • Build a password manager with Rust - Part 2
    3 projects | dev.to | 1 Jun 2024
    I'm going to anticipate a "problem" we are going to encounter. For my use case, I would like the user to press Q or Enter to confirm or not that she wants to save a weak password. From what I understood, it's not straightforward to do this with the same io::stdin we used before because of the line-buffered nature of most terminals. Meaning, we have to wait for the user to press Enter to read the input. So, we are going to use the crossterm crate that allow us to read single chars from user's input. We can add it with: cargo add crossterm
  • State of the Terminal
    13 projects | news.ycombinator.com | 16 May 2024
  • Question: In your experience, is Helix always more snappy/responsive than Neovim?
    4 projects | /r/HelixEditor | 8 Dec 2023
    I have this feeling with all rust apps using crossterm crate as their backend like GitUI for example
  • Canonical way to handle concurrent events with crates that don't model that use case
    1 project | /r/rust | 21 May 2023
    I guess you could use EventStream like in this example
  • [2022 Day 14 (Part 1/2) [Rust] Made a small toy
    2 projects | /r/adventofcode | 16 May 2023
    Made a small toy using crossterm that simulates the falling sand using the rules laid out by day 14. Bit late to the party but was pretty fun. The moment I saw the prompt I was fully intent on making some sort of visualization for this after getting the solution.
  • How difficult is ncurses?
    7 projects | /r/commandline | 17 Apr 2023
    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.
  • AMDGPU_TOP v0.1.2 - switch to crossterm-backend, add simple fdinfo viewer
    6 projects | /r/linux_gaming | 4 Apr 2023
    Switching the backend of Cursive to crossterm removed dependence on ncurses
  • How can I create 'time' in my game loop?
    1 project | /r/learnrust | 19 Oct 2022
    I don't know where to start, CrossTerm can read events asynchronously with tokio https://github.com/crossterm-rs/crossterm/blob/master/examples/event-stream-tokio.rs , but I don't have any idea what that really means, I am coming from the HTML Canvas and TypeScript. I want the most simple and basic method possible. Cheers!
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 18 Apr 2025
    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. Learn more β†’

Stats

Basic crossterm repo stats
32
3,520
7.6
3 days ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com