mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
3065b85a6e
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
29 lines
548 B
Markdown
29 lines
548 B
Markdown
# pkgstats
|
|
|
|
> Submit and view Arch Linux package popularity statistics.
|
|
> More information: <https://github.com/archlinux-de/pkgstats-cli#usage>.
|
|
|
|
- Send installed package data:
|
|
|
|
`pkgstats submit`
|
|
|
|
- View the sent data:
|
|
|
|
`pkgstats submit {{[-d|--dump-json]}}`
|
|
|
|
- Search for packages:
|
|
|
|
`pkgstats search {{search_term}}`
|
|
|
|
- Limit search result count (10 by default):
|
|
|
|
`pkgstats search {{search_term}} {{[-l|--limit]}} {{count}}`
|
|
|
|
- Pick packages for comparison:
|
|
|
|
`pkgstats show {{package1 package2 ...}}`
|
|
|
|
- Display help:
|
|
|
|
`pkgstats {{[-h|--help]}}`
|