crin
(crate information)
A handy CLI for the crates.io API

Features
- Colorful, condensed & parseable output
- Show crate information
- Search for crates
- Global summary
Planned features
- improved search
- filter by keyword & category
- sort alphabetically or by downloads
- choose the page and results per page
- configuration file
- favourites list & custom lists
- customize colors
- show dependencies
- show version list
Usage examples
Crate Information
```sh
$ crin crate regex-syntax
If you want to show the number of reverse dependencies use -r
or --reverse
:
$ crin crate -r regex-syntax
If you want the full list of reverse dependencies use -rr
or --reverse --reverse
:
$ crin crate -rr regex-syntax
```
Search
sh
$ crin search network
Summary
```sh
$ crin summary
More details on new crates
$ crin summary new
```
Help
$ crin help
$ crin help crate
$ crin help summary new
Installation
sh
$ cargo install crin