#dependencies #developer-tools #command-line #utilities #cli

bin+lib get-blessed

Terminal tool to get you the best crates for your rust projects with a few keybindings, curated by blessed.rs

5 releases

new 0.2.0 Jun 5, 2024
0.1.3 May 21, 2024
0.1.2 May 21, 2024
0.1.1 May 20, 2024
0.1.0 May 20, 2024

#935 in Development tools

Download history 403/week @ 2024-05-20

403 downloads per month

MIT license

75KB
2K SLoC

get-blessed-rs

Terminal tool to get you the best crates for your rust projects with a few keybindings, curated by blessed.rs

Motivation

As you may know, the website blessed.rs compiles the most popular crates that almost any rust project needs, so I decided to make a program that lets you look at those crates and add them to your rust projects right in your terminal.

Showcase

showcase

Features

  • Check out a crate documentation pressing <d> (Opens a tab in your default web browser)
  • Check out a crate crates.io page pressing <c> (Opens a tab in your default web browser)
  • Move between categories with <Tab> or <Shift + Tab>
  • Move up and down with either arrow keys or with <j> / <k>
  • Select the crate you want in your project by pressing <s>
  • Select all the crates from a category by pressing <a>
  • Select a crate with features by pressing <f> (Opens a popup where you can select the features with <s>)
  • Add the selected crates to your rust project by pressing <Enter>

features

  • After you are done press <q> or <Esc> to quit

Installation

  cargo install get-blessed

Arch Linux users can install from the AUR via paru -S get-blessed.

After you are done adding the best crates to your rust project also consider making a .gitignore add-gitignore-cli

Please feel free to suggest new features or report any bugs / inconsistencies

Dependencies

~16–31MB
~485K SLoC