All Projects → Byron → Crates Io Cli

Byron / Crates Io Cli

Licence: mit
Interact with crates.io from the command-line

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Crates Io Cli

Prettytable Rs
A rust library to print aligned and formatted tables
Stars: ✭ 552 (+573.17%)
Mutual labels:  cli, crates
Paris
Logger in Rust for pretty colors and text in the terminal. Aiming for a relatively simple API
Stars: ✭ 162 (+97.56%)
Mutual labels:  cli, crates
Spellchecker
SpellChecker for Xcode
Stars: ✭ 79 (-3.66%)
Mutual labels:  cli
V2gen
A powerful cross-platform CLI client for V2Ray subscription. 跨平台V2Ray命令行订阅管理客户端
Stars: ✭ 82 (+0%)
Mutual labels:  cli
Twitchy
CLI streamlink wrapper for twitch.tv
Stars: ✭ 80 (-2.44%)
Mutual labels:  cli
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-3.66%)
Mutual labels:  cli
Csso Cli
Command line interface for CSSO
Stars: ✭ 81 (-1.22%)
Mutual labels:  cli
Tsv Utils
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
Stars: ✭ 1,215 (+1381.71%)
Mutual labels:  cli
Psysh
A REPL for PHP
Stars: ✭ 9,161 (+11071.95%)
Mutual labels:  cli
Find Process
find process by port/pid/name etc.
Stars: ✭ 80 (-2.44%)
Mutual labels:  cli
Pg activity
pg_activity is a top like application for PostgreSQL server activity monitoring.
Stars: ✭ 1,232 (+1402.44%)
Mutual labels:  cli
Figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 80 (-2.44%)
Mutual labels:  cli
Nord Terminator
An arctic, north-bluish clean and elegant Terminator color theme.
Stars: ✭ 78 (-4.88%)
Mutual labels:  cli
Whale
🐋 Show Ethereum and Bitcoin price in command line interface (CLI).
Stars: ✭ 81 (-1.22%)
Mutual labels:  cli
Google Music Scripts
A CLI utility for interacting with Google Music. https://google-music-scripts.readthedocs.io/
Stars: ✭ 79 (-3.66%)
Mutual labels:  cli
Medium Cli
Medium via CLI
Stars: ✭ 81 (-1.22%)
Mutual labels:  cli
Mvn Search
command-line interface for the haters of the search.maven.org UI
Stars: ✭ 79 (-3.66%)
Mutual labels:  cli
Mpb
multi progress bar for Go cli applications
Stars: ✭ 1,221 (+1389.02%)
Mutual labels:  cli
Mix Phar Skeleton
Phar command line program development skeleton
Stars: ✭ 81 (-1.22%)
Mutual labels:  cli
Page
Use neovim as pager
Stars: ✭ 83 (+1.22%)
Mutual labels:  cli

Rust crates.io version

A command-line interface to interact with crates.io

Features

  • search crates.io interactively and open in browser asciicast

    asciicast

  • list recently changes crates asciicast

  • output modes for humans and machines asciicast

Installation

If you have Rust on your system:

cargo install crates-io-cli

... and if you have to install from scratch, the following will install Rust and the CLI at once:

{ 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.

Usage

You can learn what it can do by using the --help flag:

crates --help
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].