rn plan list
List local Claude Code plans with their remote status.
rn plan list [flags]
Alias: rn p list
Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--limit |
-n |
int | 0 | Maximum results (0 = unlimited) |
--sort |
string | date |
Sort by: date, size, name |
|
--reverse |
-r |
bool | false | Reverse sort direction |
--search |
string | Filter by name/title substring | ||
--pushed |
bool | false | Show only already-pushed plans | |
--local |
bool | false | Show only local (not pushed) plans |
Output
Each plan shows:
- Plan name (filename)
- Local file size
- Remote status: version count, privacy level, expiry, URL
Examples
List all plans:
rn plan list
Search for a plan by name:
rn plan list --search "auth"