#command-line-tool #command-line #developer-tools #cli

app get-blessed

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

6 releases

0.2.1 Jun 29, 2024
0.2.0 Jun 5, 2024
0.1.3 May 21, 2024

#1698 in Development tools

Download history 2/week @ 2024-07-20 2/week @ 2024-07-27 6/week @ 2024-09-14 20/week @ 2024-09-21 1/week @ 2024-09-28

457 downloads per month

MIT license

76KB
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's documentation by pressing <d> (Opens a tab in your default web browser)
  • Check out a crate's crates.io page by pressing <c> (Opens a tab in your default web browser)
  • Move between categories with <Tab> or <Shift + Tab>
  • Move up and down with either <Up> and <Down> 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>
  • Close the application with <q> or <Esc>

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

~20–34MB
~468K SLoC