{"slug": "global-cli-aliases-for-coding-agents-in-tmux", "title": "Global CLI aliases for coding agents in tmux", "summary": "A developer shared global CLI aliases that launch coding agents (agy, codex, claude, opencode) inside timestamped tmux sessions, bypassing permission prompts for faster iteration.", "body_md": "| # Global CLI aliases for coding agents with tmux | |\n| # This script creates a new tmux session with a timestamped name | |\n| # and runs the respective agent with frequently used options. | |\n| alias t-agy=\"tmux new-session -s \\\"\\$(date +%Y-%m-%d-%H%M)-agy\\\" 'agy --dangerously-skip-permissions; exec \\$SHELL'\" | |\n| alias t-codex=\"tmux new-session -s \\\"\\$(date +%Y-%m-%d-%H%M)-codex\\\" 'codex --yolo; exec \\$SHELL'\" | |\n| alias t-claude=\"tmux new-session -s \\\"\\$(date +%Y-%m-%d-%H%M)-claude\\\" 'claude --permission-mode bypassPermissions; exec \\$SHELL'\" | |\n| alias t-opencode=\"tmux new-session -s \\\"\\$(date +%Y-%m-%d-%H%M)-opencode\\\" 'opencode; exec \\$SHELL'\" |", "url": "https://wpnews.pro/news/global-cli-aliases-for-coding-agents-in-tmux", "canonical_source": "https://gist.github.com/gitgitWi/e9de70b896ed2f22131486721df7460d", "published_at": "2026-07-20 13:08:50+00:00", "updated_at": "2026-07-20 13:20:26.752328+00:00", "lang": "en", "topics": ["developer-tools", "ai-agents", "ai-tools"], "entities": ["tmux", "agy", "codex", "Claude", "opencode"], "alternates": {"html": "https://wpnews.pro/news/global-cli-aliases-for-coding-agents-in-tmux", "markdown": "https://wpnews.pro/news/global-cli-aliases-for-coding-agents-in-tmux.md", "text": "https://wpnews.pro/news/global-cli-aliases-for-coding-agents-in-tmux.txt", "jsonld": "https://wpnews.pro/news/global-cli-aliases-for-coding-agents-in-tmux.jsonld"}}