From f7581343f4aa182f6ec3af1cd19b2e2d7840e6e4 Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:58:45 +0300 Subject: [PATCH 1/9] add lazyjournal (#262) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00526d9..1662454 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ List of projects that provide terminal user interfaces - [jqp](https://github.com/noahgorstein/jqp) A TUI playground to experiment with jq - [lazygit](https://github.com/jesseduffield/lazygit) Simple terminal UI for git commands - [lazysql](https://github.com/jorgerojas26/lazysql) A cross-platform TUI database management tool written in Go. +- [lazyjournal](https://github.com/Lifailon/lazyjournal) TUI for journalctl, file system logs, as well Docker and Podman containers for quick viewing and filtering - [logshark](https://github.com/ugosan/logshark) A debugger CLI for JSON logs written in Go - [mitmproxy](https://www.mitmproxy.org) A free and open source interactive HTTPS proxy - [nap](https://github.com/maaslalani/nap) Code snippets in your terminal From 96bc78211057d8819c167ddc2ab570b7e91b71cf Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Sun, 22 Dec 2024 23:08:00 -0800 Subject: [PATCH 2/9] Add pug --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1662454..037b658 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ List of projects that provide terminal user interfaces - [nmtui](https://developer.gnome.org/NetworkManager/stable/nmtui.html) ncurses network manager - [oha](https://github.com/hatoo/oha) HTTP load generator - [packemon](https://github.com/ddddddO/packemon) Packet generator and monitor. +- [pug](https://github.com/leg100/pug) terraform and tofu module and infrastructure management. - [profanity](https://github.com/profanity-im/profanity) A cross-platfrom XMPP client. - [ncdu](https://dev.yorhel.nl/ncdu) disk usage analyzer with an ncurses interface - [nemu](https://github.com/nemuTUI/nemu) A TUI for QEMU From 06ee5732f986502592146970caa2e9e5d36254ed Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 1 Jan 2025 04:36:20 +0800 Subject: [PATCH 3/9] Add asak (#264) A cross-platform audio recording/playback CLI tool with TUI, written in Rust. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 037b658..00c5499 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ List of projects that provide terminal user interfaces

Multimedia

+- [asak](https://github.com/chaosprint/asak) A cross-platform audio recording/playback TUI. - [chafa](https://hpjansson.org/chafa/) A powerful utility that converts image data, including animated GIFs, into graphics formats or ANSI/Unicode character art suitable for display in a terminal. - [cmdpxl](https://github.com/knosmos/cmdpxl) Totally practical command-line image editor - [cmus](https://cmus.github.io/) A small, fast and powerful console music player for Unix-like operating systems. From c8322b7078cf475b41588c8d0c71dc70dbe6d540 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Tue, 31 Dec 2024 20:37:24 +0000 Subject: [PATCH 4/9] Added Zoridor and Zigtris (#258) * Add Zoridor, a terminal Quoridor game * Added Zigtris, a terminal tetris --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00c5499..8f0bb6d 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,8 @@ List of projects that provide terminal user interfaces - [typeinc](https://github.com/AnirudhG07/Typeinc) ncurses based typing speed test with various difficulty levels. - [typing-game-cli](https://github.com/akgondber/typing-game-cli) Command line game to practice your typing speed by competing against typer-robot or against your best result - [Wordle](https://github.com/m-dango/raku-wordle/) Script and library for Wordle, written in Raku +- [Zigtris](https://github.com/ringtailsoftware/zigtris) YA terminal tetris +- [Zoridor](https://github.com/ringtailsoftware/zoridor) Play Quoridor in the terminal ---
From bc702a7d432757cf01d62749fc203ae768fd9d15 Mon Sep 17 00:00:00 2001 From: schooldanlp6 <105789924+schooldanlp6@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:38:53 +0100 Subject: [PATCH 5/9] Updated Readme.md (#255) * Updated Readme.md added a pavucontrol like audio interface called marstui-audio under Multimedia * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f0bb6d..a7b2e46 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ List of projects that provide terminal user interfaces - [invidtui](https://github.com/darkhz/invidtui) A TUI Invidious client for Windows, Linux and MacOS, that fetches and plays audio/video from an invidious instance. Supports viewing and playing from playlists and channels as well. - [kew](https://github.com/ravachol/kew) A terminal music player for Linux - [line](https://github.com/pd3v/line) Tiny command-line midi sequencer and language for live coding +- [marstui-audio](https://github.com/schooldanlp6/marstui-rustio) A nice audio management Interface, similar to pavucontrol with the benefit of customizing everything - [mps-youtube](https://github.com/mps-youtube/mps-youtube) Terminal based YouTube player and downloader - [mpvc](https://github.com/gmt4/mpvc) A mpc-like control interface for mpv - [nap](https://nap.sourceforge.net/) Linux napster client From 46d834571f564c2c14480324a78150ba4d3f3e94 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Thu, 2 Jan 2025 02:57:34 +0800 Subject: [PATCH 6/9] Add vv (#266) vv is a terminal-based image viewer that displays modern image formats in full color, whether local or remote. It automatically scales images to fit your terminal window while preserving quality, with the ability to enlarge smaller images. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7b2e46..cd7377c 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,7 @@ List of projects that provide terminal user interfaces - [ytui-music](https://github.com/sudipghimire533/ytui-music) Listen to music from youtube. Configurable, minimal, lightweight, private & beautiful music client. - [ytdl-tui](https://github.com/darky/ytdl-tui) TUI for downloading Youtube videos - [ytfzf](https://github.com/pystardust/ytfzf) A POSIX script that helps you find Youtube videos (without API) or Peertube videos and opens/downloads them using mpv/youtube-dl +- [vv](https://github.com/wolfpld/vv) A terminal image viewer, supporting an extensive range of modern image formats --- From 79dcc1e434e5768e10b39f3fd99f6741a27eda78 Mon Sep 17 00:00:00 2001 From: Davin <58065939+CDWEN0526@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:41:26 +0800 Subject: [PATCH 7/9] This is a newly added tool (#269) * Update README.md Added new tool tmd-top to visualize traffic monitoring. * Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7377c..b132edc 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ List of projects that provide terminal user interfaces - [trippy](https://github.com/fujiapple852/trippy) A network diagnostic tool that includes functionality like mtr and more - [ttop](https://github.com/inv2004/ttop) System monitoring tool with historical data service, triggers and top-like TUI - [tufw](https://github.com/peltho/tufw) Terminal UI for ufw +- [tmd-top](https://github.com/CDWEN0526/tmd-top) Used to monitor the process tcp traffic of the linux system, detailed to each IP connection - [wander](https://github.com/robinovitch61/wander) HashiCorp Nomad terminal client - [WTF](https://github.com/senorprogrammer/wtf) The personal information dashboard for your terminal. - [zenith](https://github.com/bvaisvil/zenith) In terminal graphical metrics for your *nix system written in Rust @@ -118,7 +119,7 @@ List of projects that provide terminal user interfaces

Docker/LXC/K8s

- + - [ctop](https://github.com/bcicen/ctop) Top-like interface for container metrics - [dive](https://github.com/wagoodman/dive) A tool for exploring each layer in a docker image - [dockly](https://github.com/lirantal/dockly) Immersive terminal interface for managing docker containers and services From 83849084980dbc7b26f6fa01c5b813daa7db0ab1 Mon Sep 17 00:00:00 2001 From: Alex Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:51:27 +0100 Subject: [PATCH 8/9] Update README.md (#270) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b132edc..398a090 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,7 @@ List of projects that provide terminal user interfaces - [slides](https://github.com/maaslalani/slides) A terminal based presentation tool, supporting markdown syntax. - [taskline](https://github.com/perryrh0dan/taskline) Tasks, boards & notes for the command-line habitat - [taskwarrior-tui](https://github.com/kdheepak/taskwarrior-tui) A Terminal User Interface for Taskwarrior +- [television](https://github.com/alexpasmantier/television) A fast and versatile fuzzy finder TUI - [tenere](https://github.com/pythops/tenere) A TUI for ChatGPT written in Rust. - [termscp](https://github.com/veeso/termscp) A TUI file transfer and explorer, with support for SCP/SFTP/FTP/S3. - [tmux](https://github.com/tmux/tmux) Terminal multiplexer From 6721ef02f169952510711073b684453c7a52a752 Mon Sep 17 00:00:00 2001 From: Felix Angga Date: Mon, 13 Jan 2025 10:37:31 +0700 Subject: [PATCH 9/9] chore: add chiko to list (#271) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 398a090..4f16150 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ List of projects that provide terminal user interfaces - [brows](https://github.com/rubysolo/brows) CLI GitHub release browser - [burf](https://github.com/razeghi71/burf) TUI for Google Cloud Storage (GCS) - [cnTUI](https://github.com/fipso/cntui) Replay chrome requests from your terminal using curl +- [chiko](https://github.com/felangga/chiko) The Ultimate Beauty TUI gRPC Client - [csope](https://github.com/agvxov/csope) C source code browser based on cscope - [CuTE](https://github.com/PThorpe92/CuTE) TUI to help build, execute and save curl commands, recursively download from remote sources, test your API endpoints, and mange your keys - [dbee](https://github.com/murat-cileli/dbee) Fast & Minimalistic Database Browser