crin 0.1.0

Crate Information Utility CLI
crin-0.1.0 is not a library.

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
    • download any version

Usage examples

Crate Information

$ 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

$ crin search network

Summary

$ crin summary

# More details on new crates
$ crin summary new

Help

$ crin help
$ crin help crate
$ crin help summary new

Installation

$ cargo install crin