Tag
Termixer is a terminal-based DJ mixer written in Rust that integrates with TidalCycles, MPV, and SuperCollider for live audio mixing with EQ, crossfade, and sample pads.
Stinkpot is a lightweight, SQLite-backed shell history searcher for bash, similar to atuin but with fewer features and around 400 lines of Go.
Late.sh is a command-line social space for tech enthusiasts, offering radio, games, collaborative art, chat, and work profiles via SSH, with identity tied to SSH keys.
Ziggity is a terminal UI for Git, inspired by lazygit, written in Zig. It provides a keyboard-driven interface for staging, committing, branching, rebasing, and inspecting history.
Grok Build, a terminal-based AI coding agent from xAI, has been open sourced under the Apache 2.0 license. It runs as a full-screen TUI that understands codebases, edits files, executes shell commands, and more.
Sigwire is a live terminal dashboard that streams all signals on a Linux system using eBPF tracepoints, showing sender, target, signal type, and handler details without ptrace or process cooperation.
fin is a Rust-based terminal client for Jellyfin and Subsonic media servers, offering a TUI with in-process audio decoding and support for Chromecast and UPnP playback.
DNSGlobe is a Rust terminal application that queries 34 DNS resolvers worldwide in parallel to check and display propagation status on a world map, with watch mode for continuous monitoring.
Mcpsnoop is an open-source transparent proxy with a live terminal UI that sits between AI clients and MCP servers, showing real-time JSON-RPC traffic for debugging tool calls, capabilities, and performance without setup.
TorLink is a terminal-native torrent client that searches multiple trusted sources in parallel and downloads directly to disk, with a keyboard-driven TUI and auto-seeding support. It's MIT-licensed and requires only Node.js to run.
RepoLens is a zero-dependency Go tool that packs local codebases into a single file for LLM context, featuring an interactive TUI file explorer, live token counting, comment stripping, and secret scanning.
[email protected] is released, enabling Vue components with reactivity to render in the terminal, featuring Yoga flexbox layout and patterns inspired by React Ink.
AMD has released GAIA 0.21.2, introducing gaia-bash, an AI-powered bash scripting assistant for writing, reviewing, testing, and debugging shell scripts on AMD hardware. It supports multiple interfaces including TUI, CLI, pipe mode, REST API, and MCP stdio server.
Claude Fable 5 completed a project that typically takes 4 months in just 3 hours, including a complete 7-stage pipeline, TUI interface, HTML dashboard, 39 specialized skills, 8700 lines of code, and 235 tests, achieving 98% completion in one shot.
ComChan is a terminal-based serial monitor with a plotter TUI, useful for debugging and visualizing serial data.
Courtside is a terminal UI for following NBA games, box scores, and standings, pulling data from public NBA endpoints and offering keyboard-driven navigation.
This article explains the concept of self-calling executables, where a program starts another instance of itself, and demonstrates its use in Go testing (running the main function in a subprocess) and in TUI tools (e.g., jjui using SSH_ASKPASS to prompt for passwords via a child process).
Croft is a VS Code-style three-pane workspace that runs entirely in the terminal, built with Rust and featuring tree-sitter syntax highlighting, inline previews for images/PDFs/spreadsheets, and an embedded shell.
This article describes a new feature that allows users to tail CI logs over SSH using a terminal user interface, requiring no installation and handling ANSI codes correctly.
Tweet discusses that Python is fine for building Agents but performs poorly for Coding Agent's TUI, prompting reflection on tech stack selection.