62 ready-made guides
If it runs in a terminal, you can run it from your phone.
OnlyTTY works with any command — these just have a page already. Pick one, copy the snippet, scan the link.
AI coding agents
Claude Code
Anthropic's agentic coding assistant that edits files, runs commands, and ships whole features from your terminal.
onlytty -- claude
Codex
OpenAI's command-line coding agent that reads your repo and writes code on request.
onlytty -- codex
Gemini CLI
Google's open-source AI agent that brings Gemini models into your terminal.
onlytty -- gemini
Aider
An AI pair programmer that edits code in your local git repo and commits as it goes.
onlytty -- aider
OpenCode
An open-source terminal coding agent you can point at any model.
onlytty -- opencode
Crush
Charm's glamorous AI coding agent for the terminal.
onlytty -- crush
Goose
An on-machine AI agent that automates engineering tasks end to end.
onlytty -- goose
Cursor CLI
Cursor's headless agent that runs your coding tasks from the command line.
onlytty -- cursor-agent
Amp
An agentic coding tool that works across your whole codebase.
onlytty -- amp
AI on the command line
llm
A CLI for prompting models and piping the results anywhere.
onlytty -- llm chat
Ollama
Run open large language models locally with a single command.
onlytty -- ollama run llama3
Shell GPT
A command-line tool that turns prompts into shell commands and answers.
onlytty -- sgpt --repl temp
Mods
AI for the command line that pipes model output straight into your workflow.
onlytty -- mods
GitHub Copilot CLI
GitHub's agentic AI assistant for the terminal that fixes bugs, builds features, and runs tasks on your code.
onlytty -- copilot
Editors
Vim
The ubiquitous modal text editor that lives in every terminal.
onlytty -- vim
Neovim
A hyperextensible, Lua-powered fork of Vim.
onlytty -- nvim
Emacs
The extensible, self-documenting editor that's basically an operating system.
onlytty -- emacs -nw
Nano
The friendly, no-modes terminal editor for quick edits.
onlytty -- nano
Helix
A post-modern modal editor with multiple selections and tree-sitter built in.
onlytty -- hx
Micro
A modern terminal editor with mouse support and sane keybindings.
onlytty -- micro
Shells & multiplexers
tmux
A terminal multiplexer that keeps your sessions alive across disconnects.
onlytty -- tmux attach
GNU Screen
The original terminal multiplexer for persistent sessions.
onlytty -- screen -r
Zellij
A modern terminal workspace with panes, tabs, and layouts.
onlytty -- zellij
Bash
The shell that runs the world.
onlytty -- bash
Zsh
A powerful shell with great completion and a thriving plugin scene.
onlytty -- zsh
fish
The friendly interactive shell with autosuggestions out of the box.
onlytty -- fish
Nushell
A shell that treats your data as structured tables.
onlytty -- nu
Git & ops TUIs
Lazygit
A blazing-fast terminal UI for git.
onlytty -- lazygit
GitUI
A fast, keyboard-driven terminal UI for git, written in Rust.
onlytty -- gitui
tig
A text-mode interface for browsing git history.
onlytty -- tig
Lazydocker
A terminal UI for managing Docker and docker-compose.
onlytty -- lazydocker
K9s
A terminal UI to observe and manage your Kubernetes clusters.
onlytty -- k9s
htop
An interactive process viewer for the terminal.
onlytty -- htop
btop
A gorgeous resource monitor for CPU, memory, disk, and network.
onlytty -- btop
Glances
A cross-platform system monitor that shows everything at a glance.
onlytty -- glances
REPLs & databases
Python REPL
The interactive Python interpreter.
onlytty -- python
IPython
A rich interactive Python shell with magic commands.
onlytty -- ipython
Node.js REPL
The interactive JavaScript runtime.
onlytty -- node
IRB
Ruby's interactive console.
onlytty -- irb
IEx
Elixir's interactive shell, great for poking at a running system.
onlytty -- iex
psql
PostgreSQL's interactive terminal.
onlytty -- psql
mysql
The MySQL command-line client.
onlytty -- mysql
redis-cli
The Redis command-line interface.
onlytty -- redis-cli
mongosh
The modern MongoDB shell.
onlytty -- mongosh
SQLite
The SQLite command-line shell.
onlytty -- sqlite3 app.db
Infra & remote
Docker
Build, run, and manage containers from the command line.
onlytty -- docker stats
kubectl
The Kubernetes command-line tool.
onlytty -- kubectl get pods -w
Terraform
Provision and change infrastructure as code.
onlytty -- terraform plan
Ansible
Automate configuration across your fleet with playbooks.
onlytty -- ansible-playbook site.yml
Mosh
A resilient remote shell that survives flaky connections.
onlytty -- mosh user@host
watch
Run a command repeatedly and watch the output update.
onlytty -- watch -n1 'kubectl get pods'
File managers & fun
Ranger
A Vim-inspired terminal file manager with previews.
onlytty -- ranger
nnn
A blazing-fast, lightweight terminal file manager.
onlytty -- nnn
Midnight Commander
The classic two-pane terminal file manager.
onlytty -- mc
WeeChat
A fast, extensible terminal chat client for IRC and more.
onlytty -- weechat
Irssi
The venerable terminal IRC client.
onlytty -- irssi
NeoMutt
A powerful terminal email client.
onlytty -- neomutt
Newsboat
An RSS/Atom feed reader for the terminal.
onlytty -- newsboat
Taskwarrior
A command-line to-do manager that's surprisingly powerful.
onlytty -- task
cmus
A small, fast terminal music player.
onlytty -- cmus
cmatrix
Falling green code, just like the movie.
onlytty -- cmatrix
cointop
A fast terminal UI for tracking cryptocurrency prices.
onlytty -- cointop
Get started
Your terminal is about to go public. To exactly one fan: you.
Try it, it takes less than a minute. Install the open-source CLI, then share a command — or your whole shell. It prints a link and a QR; scan it and you're live.
Install + run
$ curl -fsSL https://onlytty.com/install.sh | sh -s -- claudeYour whole shell
$ onlyttyOne command
$ onlytty -- claudeWatch-only
$ onlytty --control view-only -- htop