Skip to content

nrepo log

Terminal window
nrepo log [options]

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.

FlagTypeDefaultDescription
--limit <n>number20Maximum 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.
--jsonboolean(see auth)Output as JSON.
--humanboolean(see auth)Output as human-readable text.
Terminal window
nrepo log
Terminal window
nrepo log --status exploring --limit 10
Terminal window
nrepo log --tag backend --status building

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] auth

With --json, an array of idea summary objects is returned.