Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byron/crates-io-cli
Interact with crates.io from the command-line
https://github.com/byron/crates-io-cli
asciicast cli crates
Last synced: 18 days ago
JSON representation
Interact with crates.io from the command-line
- Host: GitHub
- URL: https://github.com/byron/crates-io-cli
- Owner: Byron
- License: mit
- Created: 2016-12-26T12:16:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T05:55:10.000Z (27 days ago)
- Last Synced: 2024-10-19T08:10:19.811Z (25 days ago)
- Topics: asciicast, cli, crates
- Language: Rust
- Size: 931 KB
- Stars: 96
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Rust](https://github.com/Byron/crates-io-cli/workflows/Rust/badge.svg)
[![crates.io version](https://img.shields.io/crates/v/crates-io-cli.svg)](https://crates.io/crates/crates-io-cli)A command-line interface to interact with [crates.io](https://crates.io/)
### Features
* **search crates.io interactively and open in browser**
[![asciicast](https://asciinema.org/a/40smybc7cmzeawrvttnh44es0.png)](https://asciinema.org/a/40smybc7cmzeawrvttnh44es0)
[![asciicast](https://asciinema.org/a/99zkxo4gastj25qrp0zb0no4x.png)](https://asciinema.org/a/99zkxo4gastj25qrp0zb0no4x)
* **list recently changes crates**
[![asciicast](https://asciinema.org/a/51qczytg4mh3aglhgczza0sot.png)](https://asciinema.org/a/51qczytg4mh3aglhgczza0sot)
* **output modes for humans and machines**
[![asciicast](https://asciinema.org/a/0x0famma168b7xj663971gdsp.png)](https://asciinema.org/a/0x0famma168b7xj663971gdsp)### Installation
If you have Rust on your system:
```bash
cargo install crates-io-cli
```If you are on NetBSD, a native package is available.
To install it, simply run:
```bash
pkgin install crates-io-cli
```... and if you have to install from scratch, the following will install Rust and
the CLI at once:
```bash
{ command -v rustup 2>&1 >/dev/null || curl https://sh.rustup.rs -sSf | sh } && cargo install crates-io-cli
```To install Rust on windows, you can follow the instrutions on [rustup.rs](https://rustup.rs).
### Usage
You can learn what it can do by using the `--help` flag:
```bash
crates --help
```