List sessions with a specific tag
Show sessions that have a specific tag.
List sessions with tag: $ARGUMENTS
Parse $ARGUMENTS:
-N = limit to N results (e.g., -10)Note the current session ID: $CLAUDE_SESSION_ID (this is the session you're in right now)
Run the list command with --json --tagged <tag> -a:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume list --json --tagged <tag> -a [limit flag]
┌────┬────┬──────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┬──────────────┐
│ # │ 📌 │ Name │ Tags │ Time │
├────┼────┼──────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┼──────────────┤
│ 1 │ 📌 │ Fix authentication bug in the login flow that was causing users to be logged out unexpectedly │ work, urgent │ Mar 09 14:30 │
│ 2 │ │ Add user dashboard feature with analytics and reporting capabilities │ work │ Mar 08 10:15 │
└────┴────┴──────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┴──────────────┘
Table rules:
$CLAUDE_SESSION_ID, add " ← current" after the rowShowing X sessions tagged "work".
Commands:
/go <n> Resume session (e.g., /go 1)
/pin <n> Pin a session
/untag <n> <tag> Remove tag from session
/go commands./list-tagged work - List up to 5 sessions tagged "work"/list-tagged bug-fix -10 - List up to 10 sessions tagged "bug-fix"