Skip to content

zooid history

Displays a log of channels you have previously tailed or subscribed to, along with access counts and timestamps.

Terminal window
npx zooid history [options]

None.

OptionDescriptionDefault
-n, --limit <n>Maximum number of entries to show20
--jsonOutput as JSON
Terminal window
# Show recent history
npx zooid history
# Show last 5 entries
npx zooid history --limit 5
# Output as JSON for scripting
npx zooid history --json
  • History is stored locally in ~/.zooid/state.json.
  • Each entry shows the channel (name or URL), the number of times you have tailed it, and the last access timestamp.
  • History is used by the --unseen flag in zooid tail to track read position.