zi recently
Summary
Section titled “Summary”Show plugins that have been updated (had new commits) recently. Accepts a human-readable time specification to define the recency window.
Syntax / Usage
Section titled “Syntax / Usage”zi recently [time-spec]time-spec— a human-readable duration, e.g.1 month,2 days,3 weeks. Defaults to a short recent window if omitted.
Details
Section titled “Details”Checks each plugin directory’s git log and lists those that received new commits within the specified time range. Useful for staying aware of which tools have been actively updated without manually checking each repository. The time spec follows a natural-language format where number and unit can be combined.
Examples
Section titled “Examples”# Show plugins updated in the last monthzi recently 1 month
# Show plugins updated in the last 2 dayszi recently 2 days
# Show plugins updated in the last weekzi recently 1 weekSee Also
Section titled “See Also”- cmd-list-plugins
- cmd-status
- cmd-update