Skip to content

Instantly share code, notes, and snippets.

@tkersey
Forked from cameroncooke/.zshrc
Created January 4, 2026 20:12
Show Gist options
  • Select an option

  • Save tkersey/5f180222a6279c3123219f3563b400ed to your computer and use it in GitHub Desktop.

Select an option

Save tkersey/5f180222a6279c3123219f3563b400ed to your computer and use it in GitHub Desktop.
One-shot non-interactive codex
# One-shot Codex: cdx "do x y and z"
cdx() {
codex -a on-request \
--sandbox danger-full-access \
exec \
--skip-git-repo-check \
"$*" 2>/dev/null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment