@fclef819/cdx
v0.1.7
Published
Codex session wrapper
Downloads
781
Readme
cdx
Codex session wrapper CLI.
Why
- Keeping sessions separate by use case (development, testing, review) helps maintain accuracy.
- Managing multiple sessions manually is tedious; this tool streamlines it.
Requirements
- Codex CLI installed and available as
codexin your PATH
Notes
- This is an unofficial community tool and is not affiliated with OpenAI.
- This tool does not bundle or redistribute the Codex CLI.
- Scope: manage Codex session selection and launch/resume workflows only.
- OpenAI, Codex, and related marks are trademarks of their respective owners.
.cdx format
Each line is:
<uuid>\t<label>Usage
cdxto select or create a sessioncdx hereto use.cdxfrom the current directory without parent searchcdx newto create a new session without the selection UIcdx new hereorcdx here newto create a new session using.cdxfrom the current directorycdx rmto remove a session from.cdxcdx initto create an empty.cdxin the current directorycdx add <uuid> <label>to add a session to.cdxcdx add <uuid>to add a session and prompt for the labelcdx addto add a session and prompt for uuid and labelcdx -h,cdx --help, orcdx helpto show helpcdx -Vorcdx --versionto show versioncdx -vorcdx --verboseto show verbose logs
Install (npm)
npm install -g @fclef819/cdxInstall (local/dev)
npm install
npm linkIssues & Feedback
If you find a bug or want an enhancement, please open an issue in: https://github.com/fclef819/-fclef-cdx Repro steps and environment details are appreciated.
