Feed

CLI

CLI tooling news covering command-line utilities, developer tool creation, and terminal productivity tips from Hacker News and Lobsters.

Articles from the last 30 days

Claude Code Is Being Dumbed Down
01Wednesday, February 11, 2026

Claude Code Is Being Dumbed Down

Following the version 2.1.20 update, Anthropic's Claude Code tool substituted detailed file paths and search patterns with vague summaries. Users are criticizing this 'dumbed down' UI, which hides essential activity logs. Despite calls for a simple toggle, Anthropic has instead pushed for a modified, overly noisy 'verbose mode', frustrating professional developers who require precise transparency.

Sources:Hacker News946 pts
Warcraft III Peon Voice Notifications for Claude Code
02Monday, February 9, 2026

Warcraft III Peon Voice Notifications for Claude Code

peon-ping is a CLI tool for Claude Code that provides auditory notifications using Warcraft III Peon voice lines. It solves the issue of losing focus by alerting users when tasks finish or need permission. The tool supports macOS and WSL2, featuring multiple sound packs, desktop notifications, and customizable volume configurations.

Sources:Hacker News848 pts
Show HN: Micasa – track your house from the terminal
03Thursday, February 19, 2026

Show HN: Micasa – track your house from the terminal

micasa is a terminal UI for managing home maintenance, projects, and incidents. It uses a single local SQLite file for privacy, requiring no cloud account or subscription. Features include appliance tracking, vendor management, and document storage. Built with Go, it offers Vim-style navigation and is compatible with Linux, macOS, and Windows.

Sources:Hacker News612 pts
I found a useful Git one liner buried in leaked CIA developer docs
04Friday, February 20, 2026

I found a useful Git one liner buried in leaked CIA developer docs

A workflow tip discovered within the WikiLeaks Vault7 CIA document release reveals an efficient method for git repository maintenance. The command identifies and deletes local branches already merged into the main branch, helping developers manage workspace clutter. This automation streamlines branch cleanup using standard CLI tools like grep and xargs.

Sources:Hacker News611 pts
Pi – a minimal terminal coding harness
05Tuesday, February 24, 2026

Pi – a minimal terminal coding harness

Pi is a minimal, highly extensible terminal coding harness and agent. It features a tree-based session history, multiple LLM provider support, and a robust TypeScript-based extension system. Designed for workflow flexibility, it allows users to bundle skills, prompt templates, and themes into packages shared via npm or git.

Sources:Hacker News554 pts
Claude Code Remote Control
06Tuesday, February 24, 2026

Claude Code Remote Control

Anthropic has introduced Remote Control for Claude Code, a research preview for Pro and Max users. It allows developers to access their local filesystem, MCP servers, and configurations from any device. The feature synchronizes conversations across terminal, browser, and mobile surfaces while ensuring security via outbound TLS connections and short-lived credentials.

Sources:Hacker News465 pts
Woxi: Wolfram Mathematica Reimplementation in Rust
07Wednesday, February 25, 2026

Woxi: Wolfram Mathematica Reimplementation in Rust

Woxi is a Rust-powered interpreter for the Wolfram Language designed for CLI scripting and Jupyter Notebooks. It offers a lightweight, kernel-free alternative to WolframScript, enabling faster execution for supported functions. Users can install it via cargo, perform CLI evaluations, run scripts, and utilize integrated graphical output within self-contained JupyterLite environments.

Sources:Hacker News290 pts
Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line
08Thursday, February 26, 2026

Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line

Terminalphone is an innovative concept or tool designed to bridge the gap between mobile devices and terminal-based environments. It focuses on enhancing mobile productivity by providing efficient CLI access and terminal-driven interfaces on smartphones, catering to developers and power users who require shell capabilities on the go.

Sources:Hacker News289 pts
Building a TUI is easy now
09Friday, February 13, 2026

Building a TUI is easy now

A developer at Hatchet shares how Claude Code enabled the rapid creation of a Terminal User Interface (TUI) in just two days. By leveraging the Charm stack, ASCII-based testing in tmux, and existing frontend logic, the team built a performant, text-first workflow visualizer that highlights the efficiency of agentic coding tools for terminal-based development.

Sources:Hacker News279 pts
Making MCP cheaper via CLI
10Monday, February 23, 2026

Making MCP cheaper via CLI

This analysis highlights the inefficiency of MCP's token-heavy approach, which dumps entire JSON schemas into conversations. By shifting to a CLI-based 'lazy loading' model via CLIHub, AI agents reduce token usage by up to 94%. This method improves performance across all LLMs by only fetching tool details on demand.

Sources:Hacker News270 pts
GitHub Agentic Workflows
11Sunday, February 8, 2026

GitHub Agentic Workflows

GitHub Agentic Workflows represent a paradigm shift in repository management by enabling automated AI agents to execute complex tasks through natural language instructions. Defined primarily via markdown files, these workflows utilize a security-first design where agents run within sandboxed GitHub Actions environments with minimal permissions. Key functionalities include automated issue triaging, CI failure analysis, continuous documentation maintenance, and compliance monitoring. By leveraging the gh aw CLI, users can compile natural language markdown into secure, executable workflows. The system supports multiple AI engines like Copilot and Claude, offering deep integration with GitHub’s ecosystem to facilitate autonomous yet controlled software collaboration and maintenance.

Sources:Hacker News267 pts
Offpunk 3.0
12Monday, February 9, 2026

Offpunk 3.0

Offpunk 3.0, titled 'A Community is Born,' marks a significant milestone for the command-line browser designed for the Web, Gemini, and Gopher protocols. For the first time, development has transitioned from a solo project to a collective effort, incorporating code contributions and infrastructure from a growing community of developers. Key features in this release include 'unmerdify' for cleaner article extraction, localized translations, and a social 'share and reply' function. The browser also introduces 'openk' as a standalone tool, support for cookie imports to access authenticated web content like subscriptions, and enhanced image rendering capabilities including support for sixels. These technical improvements aim to bolster the offline browsing experience while maintaining a lightweight, terminal-centric philosophy.

We have ipinfo at home or how to geolocate IPs in your CLI using latency
13Saturday, January 31, 2026

We have ipinfo at home or how to geolocate IPs in your CLI using latency

This content explores the development of a CLI tool designed to geolocate IP addresses using network latency rather than traditional, often inaccurate geofeed data. The author highlights how some VPN providers manipulate location data to appear as though they have infrastructure in various countries. By leveraging Globalping, an open-source network of over 3000 probes, the tool utilizes a multi-phase approach—detecting continent, then country, and finally state or city—based on the lowest measured latency from traceroute results. While not 100% perfect due to probe distribution, the method successfully identifies the physical location of IPs even when public records are falsified. The project demonstrates the power of community-driven network measurement tools for verifying network topology and improving routing transparency.

Sources:Hacker News203 pts
Show HN: Local-First Linux MicroVMs for macOS
14Sunday, February 22, 2026

Show HN: Local-First Linux MicroVMs for macOS

Shuru provides local-first, lightweight Linux sandboxes for AI Agents on macOS using Apple Virtualization.framework. It offers ephemeral, fast, and native ARM64 performance without Docker. Key features include instant checkpoints, snapshot branching, configurable resources, and opt-in networking, making it ideal for safe code execution, tool testing, and reproducible evaluations.

Sources:Hacker News186 pts
Matchlock – Secures AI agent workloads with a Linux-based sandbox
15Thursday, February 5, 2026

Matchlock – Secures AI agent workloads with a Linux-based sandbox

Matchlock is a specialized CLI tool and SDK designed to run AI agents within secure, ephemeral microVMs. It addresses the significant security risks associated with agents executing code by leveraging Firecracker and Virtualization.framework to create isolated Linux environments that boot in under a second. Key features include a network allowlisting system and a unique secret injection mechanism using a Transparent Proxy with TLS MITM. This ensures that sensitive credentials never actually enter the VM; instead, the host injects them in-flight during API calls. Matchlock supports OCI images, local development on macOS and Linux, and provides Go and Python SDKs for programmatic sandbox management.

Sources:Hacker News121 pts
Show HN: Skill that lets Claude Code/Codex spin up VMs and GPUs
16Friday, February 13, 2026

Show HN: Skill that lets Claude Code/Codex spin up VMs and GPUs

CloudRouter is a CLI tool and agent skill that enables Claude Code and Codex to provision cloud sandboxes. It supports Docker and GPU-accelerated VMs via providers like E2B and Modal. Key features include remote development, file synchronization, Chrome-based browser automation, and integrated VS Code or Jupyter environments for building and testing software.

Sources:Hacker News110 pts
ASCII Whisper: Local P2P Chat with Sound FX and Battleship
17Wednesday, February 11, 2026

ASCII Whisper: Local P2P Chat with Sound FX and Battleship

ASCII Whisper is a P2P terminal chat application developed for the GitHub Copilot CLI Challenge. Built with Python, it features a local network video feed achieved by converting camera data into ASCII characters. The project includes custom sound effects, a Battleship game, and AI integration, emphasizing performance and fun within a low-level CLI environment.

Sources:Dev.to72 pts
codespelunker - CLI code search tool that understands code structure and ranks results by relevance. No indexing required
18Sunday, February 22, 2026

codespelunker - CLI code search tool that understands code structure and ranks results by relevance. No indexing required

cs (Code Spelunker) is a high-performance CLI code search tool that provides ranked results without indexing. It uses structural awareness to distinguish between code, comments, and strings, ranking complex implementations higher via 'complexity gravity.' Supporting multiple languages and interfaces (TUI, HTTP, MCP), it offers advanced filtering, boolean queries, and BM25 relevance scoring.

Sources:Lobsters59 pts
jujutsu v0.38.0 released
19Thursday, February 5, 2026

jujutsu v0.38.0 released

The latest release of jj, a Git-compatible version control system, introduces several significant updates and architectural changes. A key security enhancement involves moving per-repository and per-workspace configuration outside the repository directory, with automatic migration for existing setups. This version increases the minimum supported Git version to 2.41.0 and removes several legacy features, including placeholder support for unset user demographics. New features enhance the user experience with improved fetch outputs, better bookmark tracking, and the introduction of advanced revset functions like divergent() and remote_tags(). Bug fixes address shell completion issues, editor quoting, and Watchman filesystem monitor integration. These updates collectively improve the reliability and performance of jj for developers working across diverse Git environments.

Sources:Lobsters53 pts
Babashka 1.12.215: Revenge of the TUIs
20Tuesday, February 17, 2026

Babashka 1.12.215: Revenge of the TUIs

Babashka's latest release introduces native JLine3 integration, enabling full terminal user interfaces (TUI) and a revamped REPL with multi-line editing. Significant improvements to SCI and deftype enhance compatibility with libraries like Riddley and Cloverage. These updates solidify Babashka as a powerful, fast-starting runtime for Clojure scripting and CLI applications.

Sources:Lobsters48 pts