Creating a Text-based UI with rust

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rq

    HTTP request parser written in rust (by protiumx)

  • Continuing with my last project rq, I recently started to work on this project card: Implement interactive prompt. Let's have a look how can we implement a text-based UI with rust.

  • tui-rs

    Discontinued Build terminal user interfaces and dashboards using Rust

  • I opted for tui-rs which is being used by some of my favorite terminal apps like bottom. I headed over the examples and used the list example as a base.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • bottom

    Yet another cross-platform graphical process/system monitor.

  • I opted for tui-rs which is being used by some of my favorite terminal apps like bottom. I headed over the examples and used the list example as a base.

  • .dotfiles

    My dev setup scripts and configs (by protiumx)

  • blog

    My personal blog, automatically published to Medium and Dev.to (by protiumx)

  • kitty

    Cross-platform, fast, feature-rich, GPU based terminal

  • Let's see some examples. Head to your favorite terminal emulator (I use kitty):

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts