cd /news/developer-tools/global-cli-aliases-for-coding-agents… · home topics developer-tools article
[ARTICLE · art-65288] src=gist.github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Global CLI aliases for coding agents in tmux

A developer shared global CLI aliases for launching coding agents (agy, codex, Claude, opencode) in new tmux sessions with timestamped names and permissive options. The aliases bypass safety checks and permissions for rapid prototyping.

read1 min views1 publishedJul 20, 2026

| # Global CLI aliases for coding agents with tmux | | | # This script creates a new tmux session with a timestamped name | | | # and runs the respective agent with frequently used options. | |

| alias t-agy="tmux new-session -s \"\$(date +%Y-%m-%d-%H%M)-agy\" 'agy --dangerously-skip-permissions; exec \$SHELL'" | |
| alias t-codex="tmux new-session -s \"\$(date +%Y-%m-%d-%H%M)-codex\" 'codex --yolo; exec \$SHELL'" | |
| alias t-claude="tmux new-session -s \"\$(date +%Y-%m-%d-%H%M)-claude\" 'claude --permission-mode bypassPermissions; exec \$SHELL'" | |
| alias t-opencode="tmux new-session -s \"\$(date +%Y-%m-%d-%H%M)-opencode\" 'opencode; exec \$SHELL'" |
── more in #developer-tools 4 stories · sorted by recency
── more on @tmux 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/global-cli-aliases-f…] indexed:0 read:1min 2026-07-20 ·