nrepo log
Synopsis
Section titled “Synopsis”nrepo log [options]Description
Section titled “Description”nrepo log lists your most recent ideas in reverse chronological order. You can filter by status, tag, or both. Use --limit to control how many ideas are returned.
Options
Section titled “Options”| Flag | Type | Default | Description |
|---|---|---|---|
--limit <n> | number | 20 | Maximum number of ideas to return. |
--status <status> | string | (none) | Filter by status: captured, exploring, building, shipped, or shelved. |
--tag <tag> | string | (none) | Filter by tag. |
--json | boolean | (see auth) | Output as JSON. |
--human | boolean | (see auth) | Output as human-readable text. |
Examples
Section titled “Examples”List recent ideas
Section titled “List recent ideas”nrepo logFilter by status
Section titled “Filter by status”nrepo log --status exploring --limit 10Filter by tag
Section titled “Filter by tag”nrepo log --tag backend --status buildingOutput
Section titled “Output”Human-readable output displays a compact list:
#42 Add dark mode to dashboard [exploring] backend, ui#41 Refactor user service [building] backend#40 Fix login redirect bug [shipped] authWith --json, an array of idea summary objects is returned.
Related commands
Section titled “Related commands”- nrepo search — find ideas by semantic query
- nrepo show — view full details of a single idea
- nrepo status — see idea counts by status