Top Terminal Tools
A developer shares their essential terminal tools for coding in 2026, including shell history, editors, and LLM CLIs.
A developer shares their essential terminal tools for coding in 2026, including shell history, editors, and LLM CLIs.
A developer shares his updated list of preferred software and tools for 2026, including code editors, terminal apps, and productivity software.
A developer shares their experience switching from iTerm2 to the new GPU-accelerated, minimalist Ghostty terminal app, including configuration tips.
Introduces 'bat', a modern, feature-rich alternative to the 'cat' command with syntax highlighting and line numbering.
A guide to using VibeTunnel, a tool for remotely controlling Claude Code and other terminal sessions via a web browser.
Using zsh's compdef to enable file autocompletion for Python command-line tools like marimo via uvx.
How to fix the 'open terminal failed' error in tmux, often caused by version incompatibilities after an upgrade.
A developer compares three shell history tools: default shell search, McFly, and Atuin, explaining their features and why they switched.
Ghostty terminal project transitions to a non-profit structure under Hack Club to ensure its long-term sustainability and commitment to open source.
A tutorial on fixing a slow Mac by deleting large iCloud Drive cache files in the FileProvider directory to restore system performance.
Exploring the philosophical and technical significance of the Unix 'fortune' command as an antidote to modern algorithmic engagement.
How to fix Opencode's TUI to respect transparent backgrounds in Ghostty and other terminals by setting the theme to 'system'.
A developer reflects on the first month of VibeTunnel, a terminal app for running AI agents, detailing rapid growth, key technical milestones, and lessons learned.
A tutorial on integrating Claude Code AI with Neovim using the Ghostty terminal, creating a three-pane development setup.
Announcing a new zine explaining the hidden rules and inconsistencies of the terminal, based on 20 years of experience.
Developers built VibeTunnel, a browser-based terminal for remote Mac control using Claude Code and Xterm.js in a 24-hour hackathon.
A ZSH script to manage terminal titles when running multiple Claude Code instances, preventing confusion and accidental commands.
Learn how to style console text in Node.js using ANSI escape sequences and the built-in util.styleText() function.
Explains the architecture and workflow of OpenAI's Codex CLI, a terminal-based AI tool for chat-driven software development.
How to use font ligatures like Fira Code to improve code readability by displaying operators like != and => as single, cleaner symbols.