badcodex
v1.0.1
Published
Whip Codex CLI into shape with a tray whip, sounds, and WORK FASTER injection
Maintainers
Readme
badcodex

Sometimes Codex CLI is going a little too slow, and you need to whip it into shape.
Install + run
npm install
node .\bin\badcodex.jsTo make it available like a normal global package:
npm pack
npm install -g .\badcodex-1.0.1.tgzThen run:
badcodexThat one command starts the tray app and opens a dedicated Bad Codex CLI window.
If you only want the tray app without opening a Codex shell:
badcodex --tray-onlyTo install it globally later:
npm pack
npm install -g .\badcodex-1.0.0.tgz
badcodexControls
- Run
badcodex. - Click the tray icon to spawn the whip.
- Click anywhere to drop it.
- Crack the whip.
- On Windows, each crack first tries to focus a Codex CLI window, then pastes
WORK FASTERand presses Enter. - Press
Ctrl+Zto injectWORK FASTERwithout using the whip.
Notes
- This is a Codex-targeted port of the
badclaudeapp byGitFrog1111. - The whip overlay, tray behavior, icon assets, and crack sounds are reused from the reference app.
badcodexlaunches both the tray app and a dedicatedBad Codex CLIwindow so the whip can target it directly.badcodex-shellstill exists if you want to launch only the dedicated Codex terminal.
