Subject
23 entries
CLI
Bookmarks
Axe: lightweight CLI for single-purpose AI agents
Axe is a minimal CLI for single-purpose LLM agents defined in TOML — composable like Unix pipes, triggerable from git hooks or cron, supporting Anthropic/OpenAI/Ollama. The anti-chatbot: each agent does one thing.
Whosthere
Whosthere is a Go TUI/CLI tool that discovers devices on a local area network using mDNS, SSDP, and ARP scanning without requiring root privileges. It's a practical home network visibility tool that also runs as a headless daemon with a simple HTTP API.
fnox: secret manager for mise workflows
fnox is a new secret management tool designed to pair with mise in dev workflows — storing secrets outside dotfiles and injecting them at runtime. Announced by the mise author as a companion to mise's tool/runtime management.
Par: Parallel Worktree and Session Manager
Par is a CLI that combines git worktrees with tmux sessions to manage parallel development workstreams — each task gets an isolated directory and persistent terminal. Built for concurrent AI-assisted development where multiple agents run simultaneously.
Terminal Trove: directory of terminal and TUI applications
Terminal Trove is a curated directory of terminal and TUI applications — the go-to resource for discovering well-maintained CLI tools across categories like file managers, system monitors, git clients, and productivity tools.
McFly: neural network-powered shell history search
McFly replaces Ctrl+R shell history search with a small neural network that ranks suggestions by context — recent directory, exit codes, and command frequency all influence ranking. Works with bash, zsh, fish.
Glow: Markdown renderer for the terminal
Glow renders Markdown beautifully in the terminal with syntax highlighting, styled headings, and an optional pager TUI — from Charmbracelet, the creators of Bubbletea. Makes README and docs files readable without leaving the terminal.
Extrakto: fuzzy text extraction from tmux terminal output
Extrakto is a tmux plugin that extracts text from terminal output using fuzzy search — select any visible URL, path, or word and insert it into the current prompt without mouse or manual retyping. Removes a consistent terminal friction point.
Atuin: shell history as a searchable, synced database
Atuin replaces shell history with a searchable SQLite database that syncs across machines, with fuzzy search, context-aware filtering (host, directory, exit code), and end-to-end encrypted sync. A meaningful upgrade over the default shell history experience.
mrnugget's Git Helpers Dotfile
Specific lines from Matej Hustau's (mrnugget) githelpers dotfile — a shell script of git log formatting and productivity aliases. A reference for clean git log output and workflow helper patterns from a seasoned developer's dotfiles.
dotenvx
dotenvx is an improved dotenv from the original creator — adding encrypted .env files, multi-environment support, and a CLI that works across any language or stack. Lets you commit encrypted .env files to git without a secrets server.
Webwright: AI-Powered Shell for Building and Running Software
Webwright is a natural language shell that translates conversational input into executable commands — three modes (shell, NL, AI agent) with file references and clipboard integration. A terminal that understands intent.
mise-en-place: developer environment manager
mise-en-place (mise) is a developer tool version manager and task runner — a single tool that manages language runtimes (Node, Python, Ruby), sets environment variables per-project, and replaces make for task running. The modern polyglot replacement for nvm/rbenv/pyenv.
Gorilla CLI: LLMs for Your CLI
Gorilla CLI is an LLM-powered tool that converts natural language commands into correct shell commands — type what you want to do, get the right command. Built by the team behind the Gorilla LLM model for API function calling.
pbproxy: Remote Clipboard Over SSH
pbproxy is a small tool that lets you use your local clipboard over SSH connections — pipe text into it from a remote server and it appears in your local clipboard. Solves the common frustration of needing to copy output from a remote machine.
Awesome macOS Command Line
A comprehensive collection of macOS terminal commands and shell tricks — covering everything from hidden system preferences to networking, filesystem, and app configuration via the command line. The definitive reference for power users who prefer the terminal over System Preferences.
GNU Readline Keyboard Shortcuts
A comprehensive reference for GNU Readline keyboard shortcuts — the Emacs-style keybindings available in bash, python, psql, and most other readline-enabled programs. The most leverage-per-keystroke investment for anyone who spends time in the terminal.
Starship: Cross-Shell Prompt
Starship is a minimal, fast, infinitely customizable shell prompt written in Rust. Works across bash, zsh, fish, PowerShell — one config file covers all shells, and it shows contextual info like git status, language version, and cloud context without slowing down.
Best Linux Commands for Advanced Hardware and System Info
A reference list of Linux commands for querying hardware and system information — CPU, memory, disks, PCI devices, USB, BIOS. The kind of cheat sheet you bookmark once and pull up whenever you're debugging a server or setting up a new machine.
libaws: AWS Should Be Easy
libaws is Nathan Tippy's opinionated Go CLI that wraps AWS APIs to make them 'easy' — single-command Lambda deployments, simplified IAM, and declarative infrastructure for common patterns. A lightweight alternative to CDK/Terraform for developers who want less abstraction.
Rich: Python Library for Beautiful Terminal Output
Rich is Will McGugan's Python library for beautiful terminal output — syntax highlighting, markdown rendering, tables, progress bars, and formatted logging. Became the standard for making Python CLI tools and scripts look professional.
GOMP: Git Branch Comparison Tool
GOMP (Git COMPare) is a CLI tool for visually comparing files that differ between two Git branches — a focused alternative to git diff for branch comparison workflows.
Legit: Git Workflow for Humans
Legit is a Python-based git extension by Kenneth Reitz that wraps git branch management in more human-friendly commands. It fills a real gap: git's branch model is powerful but the command interface is notoriously user-hostile.
