Skip to content

betaHi/codex-session-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codex-session-browser

Browse, search, and resume Codex CLI sessions from a terminal UI.

preview

Watch demo video
demo.mov

Install

npm install -g codex-session-browser

Or with npx (no install):

npx codex-session-browser

Both expose two commands: codex-session-browser and the shorter alias codex-sessions.

Usage

codex-sessions          # open the TUI for the current project
codex-sessions --all    # open the TUI across all projects
codex-sessions --cwd    # filter strictly to $PWD

Keys

Key Action
/ enter search
move selection (works in search too)
Enter resume selected session
f fork selected session
y copy session id
a toggle current-project / all-projects
Esc clear search / exit search mode
q quit

Development

git clone <repo>
cd codex-session-browser
node bin/codex-session-browser.js --all     # run directly
npm test                                    # run the test suite

Releases

No releases published

Packages

 
 
 

Contributors