zooid history
Displays a log of channels you have previously tailed or subscribed to, along with access counts and timestamps.
npx zooid history [options]Arguments
Section titled “Arguments”None.
Options
Section titled “Options”| Option | Description | Default |
|---|---|---|
-n, --limit <n> | Maximum number of entries to show | 20 |
--json | Output as JSON | — |
Examples
Section titled “Examples”# Show recent historynpx zooid history
# Show last 5 entriesnpx zooid history --limit 5
# Output as JSON for scriptingnpx 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
--unseenflag inzooid tailto track read position.