Tag
The author corrects earlier claims about fast terminals, noting that benchmark methods were flawed, modern plugin managers like antidote don't add overhead, and recommends a faster syntax highlighter. The real preference is for simplicity, not just speed.
MinLiBuilds released a true fork feature, allowing users to create a brand new child window based on conversation history with Command+F in the terminal, supports multi-level fork, and claims to be smoother than Claude Code, with 100% cache and free.
AutoMB is a CLI tool that provides over 150 AI commands, autonomous agents, and workflow automation, supporting 20+ AI providers (cloud and local) with open-source MIT license.
Recommendation of essential Linux monitoring tools: btop, glances, nvtop/nvitop, and duf for CPU, GPU, disk, and network stats.
This article details practical techniques to speed up terminal startup by avoiding frameworks, caching completions, and lazy-loading tools, achieving a 30ms shell start.
A technical exploration of ANSI escape codes, their origins in 1970s terminals, and their enduring relevance in modern CLI tools and terminal UIs.
Claude platform launched a terminal feature, allowing users to perform API calls, launch smart agents, upload files, sync YAML configuration files, and view run logs via CLI. Claude Code can also directly use this terminal.
A technical educational article explaining the three distinct layers that make up what users perceive as 'the terminal': the terminal emulator, the TTY/pseudo-terminal, and the shell. The article aims to give developers a precise understanding of these components on Unix-like systems.
tmux-underkeys is a Tmux plugin that assigns mnemonic shortcut keys to session names by underlining a unique character in each session name, allowing instant keyboard-driven session switching via a configurable trigger key.
Anthropic has released a CLI tool for the Claude Platform, allowing developers to call API endpoints, manage agents, and pipe results directly from the terminal.
Terax is a lightweight open-source AI-native terminal and developer workspace that combines a terminal, code editor, Git, and AI agent in a 7MB package, supporting local models and various AI providers.
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.
A blog post detailing the author's personal, unpublished TUI framework 'movwin' built on ncurses in Python, focusing on Unicode support and performance, with the decision to keep it private due to concerns about AI companies scraping code.
A tweet announces a game to test approving terminal commands against auto-review, with Cursor announcing the new auto-review mode for safer execution.
zot, a lightweight terminal coding agent written in Go, now supports Claude Opus 4.8, expanding its extensive model provider catalog including Anthropic, OpenAI, Google, and many others.
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.
Browser Use Terminal is a new CLI tool that turns your terminal into a browser agent, allowing you to run browser tasks and control your real Chrome browser.
Microsoft has released a terminal-native Web Agent framework called Webwright, which automates web operations by having LLMs write Playwright scripts. It features a minimal architecture and state-of-the-art performance, with support for multiple model backends and product integrations.
A system built on Claude Code allows it to control Google's NotebookLM from the terminal, automating research by searching YouTube, uploading sources, and exporting cited answers directly into Obsidian. This workflow eliminates the need for multiple browser tabs and manual copying, with verified citation accuracy.
A deep dive explainer revealing that Anthropic's Claude Code is not just another AI coding assistant but an autonomous software engineer running in the terminal.