Skip to content

Instantly share code, notes, and snippets.

@cameroncooke
Created December 30, 2025 13:18
Show Gist options
  • Select an option

  • Save cameroncooke/9efe289b3251f290ecc5bf0dd87f92bd to your computer and use it in GitHub Desktop.

Select an option

Save cameroncooke/9efe289b3251f290ecc5bf0dd87f92bd 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