-
-
Save tkersey/5f180222a6279c3123219f3563b400ed to your computer and use it in GitHub Desktop.
One-shot non-interactive codex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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