Skip to content

CLI Reference

Synopsis

claude-sessions [options]

Options

FlagDescriptionDefault
--fzfUse fzf for session selectionfalse
--deleteEnable delete modefalse
--no-splashSkip the splash screen animationfalse
-v, --versionPrint version and exit
-h, --helpPrint help and exit

Examples

bash
# Launch interactive TUI
claude-sessions

# Use fzf picker
claude-sessions --fzf

# Enable deletion with no splash
claude-sessions --delete --no-splash

# Check version
claude-sessions --version

Exit Codes

CodeMeaning
0Normal exit or session resumed
1No sessions found

Released under the MIT License.