Files
cheatsheet-tldr/tldr/cmd-wrapped
2025-06-30 00:22:10 +00:00

30 lines
475 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# cmd-wrapped
> View shell history statistics.
> More information: <https://crates.io/crates/cmd-wrapped>.
- Fetch current statistics:
`cmd-wrapped`
- Fetch statistics from a specific year:
`cmd-wrapped {{year}}`
- Specify a shell:
`cmd-wrapped {{[-s|--shell]}} {{shell}}`
- Display help:
`cmd-wrapped {{[-h|--help]}}`
- Display version:
`cmd-wrapped {{[-V|--version]}}`