From f2fb620246e539280f07216f36a10fd4e84dc510 Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Wed, 24 Jul 2024 18:31:14 -0700 Subject: [PATCH] Sort sections --- README.md | 164 +++++++++++++++++++++++++++--------------------------- 1 file changed, 82 insertions(+), 82 deletions(-) diff --git a/README.md b/README.md index 0c58d70..a8397f2 100644 --- a/README.md +++ b/README.md @@ -25,32 +25,35 @@ Here you will find a list of TUI crates and applications that are made for or us Aside from those listed here, many other apps and libraries can be easily be found via the reverse dependencies on crates.io and GitHub: -- https://crates.io/crates/ratatui/reverse_dependencies -- https://crates.io/crates/tui/reverse_dependencies -- https://github.com/ratatui-org/ratatui/network/dependents -- https://github.com/fdehau/tui-rs/network/dependents?package_id=UGFja2FnZS0zMjE3MzkzMDMx +- +- +- +- ## đŸ“Ļ Libraries ### 🏗ī¸ Frameworks -- [tui-react](https://crates.io/crates/tui-react) - TUI widgets using a react-like paradigm. -- [widgetui](https://crates.io/crates/widgetui) - A bevy-like widget system for ratatui and crossterm. +- [bevy_ratatui_render](https://github.com/cxreiff/bevy_ratatui_render) - A bevy plugin for rendering your bevy app to the terminal using ratatui. +- [egui-ratatui](https://github.com/gold-silver-copper/egui_ratatui) - A ratatui backend that is also an egui widget. Deploy on web with WASM or ship natively with bevy, macroquad, or eframe. - [rlt](https://crates.io/crates/rlt) - A universal load testing framework for Rust, with real-time tui support. +- [tui-react](https://crates.io/crates/tui-react) - TUI widgets using a react-like paradigm. - [tui-realm](https://crates.io/crates/tuirealm) - A ratatui framework inspired by Elm and React. -- [egui-ratatui](https://github.com/gold-silver-copper/egui_ratatui) - A ratatui backend that is also an egui widget. Deploy on web with WASM or ship natively with bevy, macroquad, or eframe. -- [bevy_ratatui_render](https://github.com/cxreiff/bevy_ratatui_render) - A bevy plugin for rendering your bevy app to the terminal using ratatui. +- [widgetui](https://crates.io/crates/widgetui) - A bevy-like widget system for ratatui and crossterm. ### 🧩 Widgets -- [ratatui-image](https://crates.io/crates/ratatui-image) - An image widget for ratatui, supporting sixels and unicode-halfblocks. -- [ratatui-textarea](https://crates.io/crates/ratatui-textarea) - A simple yet powerful editor widget for ratatui. Fork of `tui-textarea`. +- [edtui](https://github.com/preiter93/edtui) - A TUI based vim-inspired editor widget for ratatui. - [ratatui-explorer](https://github.com/tatounee/ratatui-explorer) - A simple library for creating file explorer for ratatui. +- [ratatui-image](https://crates.io/crates/ratatui-image) - An image widget for ratatui, supporting sixels and unicode-halfblocks. - [ratatui-splash-screen](https://github.com/orhun/ratatui-splash-screen) - A widget to turn any image to a splash screen. +- [ratatui-textarea](https://crates.io/crates/ratatui-textarea) - A simple yet powerful editor widget for ratatui. Fork of `tui-textarea`. +- [term-rustdoc](https://github.com/zjp-CN/term-rustdoc) - A TUI for Rust docs that aims to improve the UX on tree view and generic code. - [throbber-widgets-tui](https://crates.io/crates/throbber-widgets-tui) - A widget that displays throbber. - [tui-additions](https://crates.io/crates/tui-additions) - Additions to the rust tui crate. - [tui-big-text](https://crates.io/crates/tui-big-text) - A simple ratatui widget for displaying big text using the `font8x8` crate. - [tui-logger](https://crates.io/crates/tui-logger) - Logger with smart widget for ratatui. +- [tui-menu](https://github.com/shuoli84/tui-menu) - A menu widget for ratatui ecosystem. - [tui-nodes](https://crates.io/crates/tui-nodes) - Node graph visualization. - [tui-popup](https://github.com/joshka/tui-popup) - A Popup widget for Ratatui. - [tui-prompts](https://crates.io/crates/tui-prompts) - A library for building interactive prompts for ratatui. @@ -58,125 +61,124 @@ Aside from those listed here, many other apps and libraries can be easily be fou - [tui-textarea](https://crates.io/crates/tui-textarea) - A simple yet powerful text editor widget for ratatui and tui-rs. - [tui-tree-widget](https://crates.io/crates/tui-tree-widget) - Tree widget for ratatui. - [tui-widget-list](https://crates.io/crates/tui-widget-list) - A versatile list implementation for ratatui. -- [edtui](https://github.com/preiter93/edtui) - A TUI based vim-inspired editor widget for ratatui. -- [term-rustdoc](https://github.com/zjp-CN/term-rustdoc) - A TUI for Rust docs that aims to improve the UX on tree view and generic code. -- [tui-menu](https://github.com/shuoli84/tui-menu) - A menu widget for ratatui ecosystem. ### 🔧 Utilities - [ansi-to-tui](https://crates.io/crates/ansi-to-tui) - A library to convert ansi color coded text into `ratatui::text::Text`. +- [bevy_ratatui](https://github.com/joshka/bevy_ratatui) - A rust crate to use Ratatui in a Bevy App. - [color-to-tui](https://crates.io/crates/color-to-tui) - Parse colors and convert them to `ratatui::style::Colors`. +- [coolor](https://github.com/Canop/coolor) - Tiny color conversion library for TUI application builders. - [ratatui-macros](https://github.com/kdheepak/ratatui-macros) - Macros for simplifying boilerplate for creating UI using Ratatui. - [tachyonfx](https://github.com/junkdog/tachyonfx) - A shader-like effects library for ratatui. - [tui-input](https://crates.io/crates/tui-input) - A headless input library for TUI apps. -- [coolor](https://github.com/Canop/coolor) - Tiny color conversion library for TUI application builders. -- [bevy_ratatui](https://github.com/joshka/bevy_ratatui) - A rust crate to use Ratatui in a Bevy App. ## đŸ’ģ Apps ### ⌨ī¸ Development Tools +- [ATAC](https://github.com/Julien-cpsn/ATAC) - A feature-full TUI API client for your terminal. +- [BugStalker](https://github.com/godzie44/BugStalker) - Modern rust debugger for Linux x86-64. - [burn](https://github.com/burn-rs/burn) - Comprehensive Deep Learning framework in Rust. - [desed](https://github.com/SoptikHa2/desed) - Debugging tool for sed scripts. - [gimoji](https://github.com/zeenix/gimoji) - Makes it easy to add emojis to your Git commit messages. -- [gitui](https://github.com/extrawurst/gitui) - Terminal UI for Git. - [gitu](https://github.com/altsem/gitu) - A TUI Git client inspired by Magit. +- [gitui](https://github.com/extrawurst/gitui) - Terminal UI for Git. - [gobang](https://github.com/TaKO8Ki/gobang) - Cross-platform TUI database management tool. - [joshuto](https://github.com/kamiyaa/joshuto) - Ranger-like terminal file manager written in Rust. - [lazyjj](https://github.com/Cretezy/lazyjj) - TUI for the Jujutsu/jj VCS. - [material](https://github.com/azorng/material) - A material design color palette for the terminal. - [nomad](https://github.com/JosephLai241/nomad) - Customizable next-gen tree command with Git integration and TUI. - [Oatmeal](https://github.com/dustinblackman/oatmeal) - Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors! +- [openapi-tui](https://github.com/zaghaghi/openapi-tui) - Terminal UI to list, browse and run APIs defined with openapi spec. - [repgrep](https://github.com/acheronfail/repgrep) - An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line. +- [Serpl](https://github.com/yassinebridi/serpl) - A simple terminal UI for search and replace, ala VS Code. +- [slumber](https://github.com/LucasPickering/slumber) - Terminal-based HTTP/REST client. - [TaskUI](https://github.com/thmshmm/taskui) - Simple Terminal UI for Task / taskfile.dev. - [tenere](https://github.com/pythops/tenere) - TUI interface for LLMs written in Rust. -- [Yazi](https://github.com/sxyazi/yazi) - Blazing fast terminal file manager written in Rust, based on async I/O. -- [ATAC](https://github.com/Julien-cpsn/ATAC) - A feature-full TUI API client for your terminal. -- [BugStalker](https://github.com/godzie44/BugStalker) - Modern rust debugger for Linux x86-64. -- [Serpl](https://github.com/yassinebridi/serpl) - A simple terminal UI for search and replace, ala VS Code. - [tracexec](https://github.com/kxxt/tracexec) - Tracer for execve{,at} and pre-exec behavior, launcher for debuggers. -- [slumber](https://github.com/LucasPickering/slumber) - Terminal-based HTTP/REST client. -- [openapi-tui](https://github.com/zaghaghi/openapi-tui) - Terminal UI to list, browse and run APIs defined with openapi spec. +- [Yazi](https://github.com/sxyazi/yazi) - Blazing fast terminal file manager written in Rust, based on async I/O. ### 🕹ī¸ Games and Entertainment +- [a-puzzle-a-day](https://github.com/mrbjarksen/a-puzzle-a-day) - Generate and browse all solutions to A-Puzzle-A-Day. +- [astray](https://github.com/Vinermy/astray) - TUI-based space strategy game. - [Battleship.rs](https://github.com/deepu105/battleship-rs) - Terminal-based Battleship game. +- [bigbrainwordle](https://github.com/kloki/bigbrainwordle) - A tool to help you cheat with the daily wordle. - [Chess-tui](https://github.com/thomas-mauran/chess-tui) - Terminal-based Chess game. +- [enimtui](https://codeberg.org/tranzystorekk/enimtui) - Terminal-based minesweeper knockoff. - [game-of-life-rs](https://github.com/kachark/game-of-life-rs) - Conway's Game of Life implemented in Rust and visualized with tui-rs. -- [oxycards](https://github.com/BrookJeynes/oxycards) - Quiz card application built within the terminal. -- [minesweep](https://github.com/cpcloud/minesweep-rs) - Terminal-based Minesweeper game. -- [rust-sadari-cli](https://github.com/24seconds/rust-sadari-cli) - Rust sadari game based on terminal! (Ghost leg or Amidakuji in another words). -- [tic-tac-toe](https://github.com/thomas-mauran/tic-tac-toe) - Terminal-based tic tac toe game. - [Maze TUI](https://github.com/agl-alexglopez/maze-tui) - Beautiful visualizations of common maze building and graph searching algorithms. -- [wordl](https://github.com/palerdot/wordl-rs) - Terminal-based Wordle game. Web like experience with keyboard hints and guess reveal animations. +- [minesweep](https://github.com/cpcloud/minesweep-rs) - Terminal-based Minesweeper game. +- [oxycards](https://github.com/BrookJeynes/oxycards) - Quiz card application built within the terminal. - [Rebels in the sky](https://github.com/ricott1/rebels-in-the-sky) - P2P terminal game about spacepirates playing basketball across the galaxy. -- [enimtui](https://codeberg.org/tranzystorekk/enimtui) - Terminal-based minesweeper knockoff. -- [ssHattrick](https://github.com/ricott1/sshattrick) - Play Hattrick in your terminal over SSH. -- [a-puzzle-a-day](https://github.com/mrbjarksen/a-puzzle-a-day) - Generate and browse all solutions to A-Puzzle-A-Day. +- [rust-sadari-cli](https://github.com/24seconds/rust-sadari-cli) - Rust sadari game based on terminal! (Ghost leg or Amidakuji in another words). - [Snake](https://github.com/kriskw1999/ratatui-snake) - Simple terminal based snake game. +- [ssHattrick](https://github.com/ricott1/sshattrick) - Play Hattrick in your terminal over SSH. - [sxtetris](https://github.com/shixinhuang99/sxtetris) - A terminal Tetris game. - [tage](https://github.com/jacopograndi/tage) - Turn based strategy game with multiplayer, empires and warfare. -- [astray](https://github.com/Vinermy/astray) - TUI-based space strategy game. -- [bigbrainwordle](https://github.com/kloki/bigbrainwordle) - A tool to help you cheat with the daily wordle. +- [tic-tac-toe](https://github.com/thomas-mauran/tic-tac-toe) - Terminal-based tic tac toe game. +- [wordl](https://github.com/palerdot/wordl-rs) - Terminal-based Wordle game. Web like experience with keyboard hints and guess reveal animations. ### 🚀 Productivity and Utilities -- [tabiew](https://github.com/shshemi/tabiew) - A lightweight TUI app to view and query CSV files. +- [atuin](https://github.com/atuinsh/atuin) - Magical shell history. +- [blendr](https://github.com/dmtrKovalenko/blendr) - The hacker's BLE (bluetooth low energy) browser terminal app. +- [bluetui](https://github.com/pythops/bluetui) - A TUI for managing Bluetooth devices. +- [btlescan](https://github.com/ztroop/btlescan) - Bluetooth Low Energy (BTLE) scanner and GATT viewer. +- [csvlens](https://github.com/YS-L/csvlens) - Command line csv viewer. +- [dead-ringer](https://github.com/ztroop/dead-ringer) - Binary diff tool for Hex/ASCII analysis. - [diskonaut](https://github.com/imsnif/diskonaut) - Terminal-based disk space navigator. - [exhaust](https://github.com/heyrict/exhaust) - Exhaust all your possibilities for the next coming exam. +- [flawz](https://github.com/orhun/flawz) - A TUI for browsing security vulnerabilities (CVEs). +- [fzf-make](https://github.com/kyu08/fzf-make) - A command line tool that executes make target using fuzzy finder with preview window. +- [get_blessed_rs](https://github.com/josueBarretogit/get_blessed_rs) - Get the best crates for your rust projects, curated by blessed.rs. - [gpg-tui](https://github.com/orhun/gpg-tui) - Manage your GnuPG keys with ease!. +- [igrep](https://github.com/konradsz/igrep) - Interactive Grep. +- [Jirust](https://github.com/moali87/jirust) - A Jira TUI. +- [jwt-ui](https://github.com/jwt-rs/jwt-ui) - A command line UI for decoding/encoding JSON Web Tokens. +- [kbt](https://github.com/bloznelis/kbt) - Keyboard tester in terminal. - [lazy-etherscan](https://github.com/woxjro/lazy-etherscan) - A Simple Terminal UI for the Ethereum Blockchain Explorer. +- [md-tui](https://github.com/henriklovhaug/md-tui) - Markdown renderer in the terminal. - [meteo-tui](https://github.com/16arpi/meteo-tui) - French weather app in the command line. +- [mprocs](https://github.com/pvolok/mprocs) - Run multiple commands in parallel and shows output of each command separately. +- [otree](https://github.com/fioncat/otree) - A command line tool to view objects (JSON/YAML/TOML) in TUI tree widget. +- [regect](https://github.com/kloki/regect) - A regex101 like tool for the cli. +- [Rex](https://github.com/TheRustyPickle/Rex) - A TUI for managing Incomes and Expenses. +- [rucola](https://github.com/Linus-Mussmaecher/rucola) - Terminal-based markdown note manager. +- [Rust-Kanban](https://github.com/yashs662/rust_kanban) - A kanban board for the terminal. - [rusty-krab-manager](https://github.com/aryakaul/rusty-krab-manager) - Rime management TUI in Rust. +- [stu](https://github.com/lusingander/stu) - A TUI for AWS S3. +- [synd](https://github.com/ymgyt/syndicationd) - A TUI feed viewer. +- [tabiew](https://github.com/shshemi/tabiew) - A lightweight TUI app to view and query CSV files. - [taskwarrior-tui](https://github.com/kdheepak/taskwarrior-tui) - TUI for the Taskwarrior command-line task manager. -- [tickrs](https://github.com/tarkah/tickrs) - Stock market ticker in the terminal. -- [tts-tui](https://github.com/lesleyrs/tts-tui) - Text to speech app that reads from clipboard. -- [Jirust](https://github.com/moali87/jirust) - A Jira TUI. -- [igrep](https://github.com/konradsz/igrep) - Interactive Grep. -- [todolist-rust](https://github.com/ebubekirgungor/todolist-rust) - A terminal-based simple to-do app. - [td](https://github.com/holly-hacker/td) - A graph-based TUI to-do app. - [thesaurust](https://github.com/QuietPigeon2001/thesaurust) - A terminal-based dictionary app. -- [fzf-make](https://github.com/kyu08/fzf-make) - A command line tool that executes make target using fuzzy finder with preview window. +- [tickrs](https://github.com/tarkah/tickrs) - Stock market ticker in the terminal. +- [todolist-rust](https://github.com/ebubekirgungor/todolist-rust) - A terminal-based simple to-do app. +- [tts-tui](https://github.com/lesleyrs/tts-tui) - Text to speech app that reads from clipboard. +- [ttyper](https://github.com/max-niederman/ttyper) - Terminal-based typing test. - [tui-journal](https://github.com/AmmarAbouZor/tui-journal) - Journaling/Notes-taking terminal-based app. -- [atuin](https://github.com/atuinsh/atuin) - Magical shell history. -- [Rex](https://github.com/TheRustyPickle/Rex) - A TUI for managing Incomes and Expenses. -- [Rust-Kanban](https://github.com/yashs662/rust_kanban) - A kanban board for the terminal. -- [bluetui](https://github.com/pythops/bluetui) - A TUI for managing Bluetooth devices. -- [dead-ringer](https://github.com/ztroop/dead-ringer) - Binary diff tool for Hex/ASCII analysis. -- [synd](https://github.com/ymgyt/syndicationd) - A TUI feed viewer. -- [btlescan](https://github.com/ztroop/btlescan) - Bluetooth Low Energy (BTLE) scanner and GATT viewer. -- [wiper](https://github.com/ikebastuz/wiper) - Disk space analyzer and cleanup tool. -- [otree](https://github.com/fioncat/otree) - A command line tool to view objects (JSON/YAML/TOML) in TUI tree widget. -- [stu](https://github.com/lusingander/stu) - A TUI for AWS S3. -- [flawz](https://github.com/orhun/flawz) - A TUI for browsing security vulnerabilities (CVEs). - [tui-slides](https://github.com/Chleba/tui-slides) - Terminal presentation program with modern TUI. -- [kbt](https://github.com/bloznelis/kbt) - Keyboard tester in terminal. -- [md-tui](https://github.com/henriklovhaug/md-tui) - Markdown renderer in the terminal. -- [get_blessed_rs](https://github.com/josueBarretogit/get_blessed_rs) - Get the best crates for your rust projects, curated by blessed.rs. -- [blendr](https://github.com/dmtrKovalenko/blendr) - The hacker's BLE (bluetooth low energy) browser terminal app. -- [jwt-ui](https://github.com/jwt-rs/jwt-ui) - A command line UI for decoding/encoding JSON Web Tokens. -- [ttyper](https://github.com/max-niederman/ttyper) - Terminal-based typing test. -- [csvlens](https://github.com/YS-L/csvlens) - Command line csv viewer. -- [mprocs](https://github.com/pvolok/mprocs) - Run multiple commands in parallel and shows output of each command separately. - [tuistash](https://github.com/edmocosta/tuistash) - A TUI for monitoring Logstash. -- [regect](https://github.com/kloki/regect) - A regex101 like tool for the cli. -- [rucola](https://github.com/Linus-Mussmaecher/rucola) - Terminal-based markdown note manager. +- [wiper](https://github.com/ikebastuz/wiper) - Disk space analyzer and cleanup tool. ### đŸŽŧ Music and Media - [glicol-cli](https://github.com/glicol/glicol-cli) - Cross-platform music live coding in terminal. +- [roon-tui](https://github.com/TheAppgineer/roon-tui) - Roon Remote for the terminal. +- [scope-tui](https://github.com/alemidev/scope-tui) - A simple oscilloscope/vectorscope/spectroscope for your terminal. - [spotify-tui](https://github.com/Rigellute/spotify-tui) - Spotify client for the terminal. - [twitch-tui](https://github.com/Xithrius/twitch-tui) - Twitch chat in the terminal. - [ytui-music](https://github.com/sudipghimire533/ytui-music) - Listen to music from YouTube in the terminal. -- [roon-tui](https://github.com/TheAppgineer/roon-tui) - Roon Remote for the terminal. -- [scope-tui](https://github.com/alemidev/scope-tui) - A simple oscilloscope/vectorscope/spectroscope for your terminal. ### 🌐 Networking and Internet -- [adsb_deku/radar](https://github.com/wcampbell0x2a/adsb_deku#radar-tui) - TUI for displaying ADS-B data from aircraft. - [AdGuardian-Term](https://github.com/Lissy93/AdGuardian-Term) - Real-time traffic monitoring and statistics for AdGuard Home. +- [adsb_deku/radar](https://github.com/wcampbell0x2a/adsb_deku#radar-tui) - TUI for displaying ADS-B data from aircraft. - [bandwhich](https://github.com/imsnif/bandwhich) - Displays network utilization by process. - [conclusive](https://github.com/mrusme/conclusive) - A command line client for Plausible Analytics. +- [CuTE](https://github.com/PThorpe92/CuTE) - A libcurl powered HTTP Client with API-key/request mgmt and vim keybindings. +- [discovery-rs](https://github.com/JustPretender/discovery-rs) - An utility to discover mDNS services on your network. - [gping](https://github.com/orf/gping/) - Ping tool with a graph. - [impala](https://github.com/pythops/impala) - TUI for managing wifi on Linux. - [mqttui](https://github.com/EdJoPaTo/mqttui) - MQTT client for subscribing or publishing to topics. @@ -184,55 +186,53 @@ Aside from those listed here, many other apps and libraries can be easily be fou - [oha](https://github.com/hatoo/oha) - Top-like monitoring tool for HTTP(S) traffic. - [rrtop](https://github.com/wojciech-zurek/rrtop) - Redis monitoring (top like) app. rrtop -> \[r\]ust \[r\]edis \[top\]. - [rustmission](https://codeberg.org/micielski/rustmission) - TUI for the Transmission daemon. +- [terminusdm](https://github.com/sumoduduk/terminusdm) - Cross Platform Terminal Download Manager. - [termscp](https://github.com/veeso/termscp) - A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB. - [trippy](https://github.com/fujiapple852/trippy) - Network diagnostic tool. - [tsuchita](https://github.com/kamiyaa/tsuchita) - Client-server notification center for dbus desktop notifications. - [vector](https://github.com/vectordotdev/vector) - A high-performance observability data pipeline. - [vincenzo](https://github.com/gabrieldemian/vincenzo) - A bittorrent client for the terminal with vim-like keybindings. - [wireman](https://github.com/preiter93/wireman) - A gRPC client for the terminal. -- [CuTE](https://github.com/PThorpe92/CuTE) - A libcurl powered HTTP Client with API-key/request mgmt and vim keybindings. -- [discovery-rs](https://github.com/JustPretender/discovery-rs) - An utility to discover mDNS services on your network. -- [terminusdm](https://github.com/sumoduduk/terminusdm) - Cross Platform Terminal Download Manager. ### 👨‍đŸ’ģ System Administration - [bottom](https://github.com/ClementTsang/bottom) - Cross-platform graphical process/system monitor. +- [bpftop](https://github.com/Netflix/bpftop) - Dynamic real-time view of running eBPF programs. +- [caligula](https://github.com/ifd3f/caligula) - A user-friendly, lightweight TUI for disk imaging. +- [dua-cli](https://github.com/Byron/dua-cli) - View disk space usage and delete unwanted data, fast. +- [ducker](https://github.com/robertpsoane/ducker) - A terminal app for managing docker containers, inspired by K9s. +- [erldash](https://github.com/sile/erldash) - A simple, terminal-based Erlang dashboard. - [kdash](https://github.com/kdash-rs/kdash) - A simple and fast dashboard for Kubernetes. - [kmon](https://github.com/orhun/kmon) - Linux Kernel Manager and Activity Monitor. - [kubectl-watch](https://github.com/imuxin/kubectl-watch) - A kubectl plugin to provide a pretty delta change view of being watched kubernetes resources. - [kubetui](https://github.com/sarub0b0/kubetui) - TUI for real-time monitoring of Kubernetes resources. - [logss](https://github.com/todoesverso/logss) - A simple cli for logs splitting. +- [macmon](https://github.com/vladkens/macmon) - Sudoless performance monitoring for Apple Silicon processors. +- [mirro-rs](https://github.com/rtkay123/mirro-rs) - An Arch Linux mirrorlist manager with a TUI. - [oxker](https://github.com/mrjackwills/oxker) - Simple TUI to view & control docker containers. +- [parui](https://github.com/Vonr/parui) - Simple TUI frontend for paru or yay. - [pumas](https://github.com/graelo/pumas) - Power Usage Monitor for Apple Silicon. +- [systemctl-tui](https://github.com/rgwood/systemctl-tui) - A fast, simple TUI for interacting with systemd services and their logs. - [systeroid](https://github.com/orhun/systeroid) - A more powerful alternative to sysctl(8) with a terminal user interface. +- [tegratop](https://github.com/pythops/tegratop) - TUI monitoring tool (top like) for Nvidia jetson boards. - [xplr](https://github.com/sayanarijit/xplr) - Hackable, minimal, and fast TUI file explorer. - [ytop](https://github.com/cjbassi/ytop) - TUI system monitor for Linux. - [zenith](https://github.com/bvaisvil/zenith) - Cross-platform monitoring tool for system stats. -- [tegratop](https://github.com/pythops/tegratop) - TUI monitoring tool (top like) for Nvidia jetson boards. -- [dua-cli](https://github.com/Byron/dua-cli) - View disk space usage and delete unwanted data, fast. -- [caligula](https://github.com/ifd3f/caligula) - A user-friendly, lightweight TUI for disk imaging. -- [macmon](https://github.com/vladkens/macmon) - Sudoless performance monitoring for Apple Silicon processors. -- [ducker](https://github.com/robertpsoane/ducker) - A terminal app for managing docker containers, inspired by K9s. -- [erldash](https://github.com/sile/erldash) - A simple, terminal-based Erlang dashboard. -- [bpftop](https://github.com/Netflix/bpftop) - Dynamic real-time view of running eBPF programs. -- [systemctl-tui](https://github.com/rgwood/systemctl-tui) - A fast, simple TUI for interacting with systemd services and their logs. -- [parui](https://github.com/Vonr/parui) - Simple TUI frontend for paru or yay. -- [mirro-rs](https://github.com/rtkay123/mirro-rs) - An Arch Linux mirrorlist manager with a TUI. ### 🌌 Other +- [confetty_rs](https://github.com/Handfish/confetty_rs) - Particle system (fireworks, stars) rendered in the terminal. - [cotp](https://github.com/replydev/cotp) - Command-line TOTP/HOTP authenticator app. - [cube timer](https://github.com/paarthmadan/cube) - A tui for cube timing, written in Rust. - [hg-tui](https://github.com/kaixinbaba/hg-tui) - TUI for viewing the hellogithub.com website. - [hwatch](https://github.com/blacknon/hwatch) - Alternative watch command with command history and diffs. - [iamb](https://github.com/ulyssa/iamb) - A matrix chat client with vim keybindings. -- [lpl](https://github.com/SOF3/lpl) - Command-line plotting for real-time CSV and JSON streams. -- [lobtui](https://github.com/pythops/lobtui) - TUI for lobste.rs website. -- [poketex](https://github.com/ckaznable/poketex) - Simple Pokedex based on TUI. -- [termchat](https://github.com/lemunozm/termchat) - Terminal chat through the LAN with video streaming and file transfer. - [lemurs](https://github.com/coastalwhite/lemurs) - A customizable TUI login manager for Linux and BSD. +- [lobtui](https://github.com/pythops/lobtui) - TUI for lobste.rs website. +- [lpl](https://github.com/SOF3/lpl) - Command-line plotting for real-time CSV and JSON streams. - [maccel](https://github.com/Gnarus-G/maccel) - A mouse acceleration driver for linux, and a TUI to control some parameters. - [nyaa](https://github.com/Beastwick18/nyaa) - A nyaa.si tui tool for browsing and downloading torrents. -- [tenki](https://github.com/ckaznable/tenki) - A tty-clock with weather effect. +- [poketex](https://github.com/ckaznable/poketex) - Simple Pokedex based on TUI. - [seqsizzle](https://github.com/ChangqingW/SeqSizzle) - A pager for viewing FASTQ files with fuzzy matching and coloring. -- [confetty_rs](https://github.com/Handfish/confetty_rs) - Particle system (fireworks, stars) rendered in the terminal. +- [tenki](https://github.com/ckaznable/tenki) - A tty-clock with weather effect. +- [termchat](https://github.com/lemunozm/termchat) - Terminal chat through the LAN with video streaming and file transfer.