Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josueBarretogit/get_blessed_rs

Terminal tool to get you the best crates for your rust projects, curated by blessed.rs
https://github.com/josueBarretogit/get_blessed_rs

dependencies rust terminal terminal-app terminal-based

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# get-blessed-rs

Terminal tool to get you the best crates for your rust projects with a few keybindings, curated by [blessed.rs](https://blessed.rs/crates)

## 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](./public/showcase.gif)

## Features

- Check out a crate's documentation by pressing `` (Opens a tab in your default web browser)
- Check out a crate's crates.io page by pressing `` (Opens a tab in your default web browser)
- Move between categories with `` or ``
- Move up and down with either `` and `` arrow keys or with `` / ``
- Select the crate you want in your project by pressing ``
- Select all the crates from a category by pressing ``
- Select a crate with features by pressing `` (Opens a popup where you can select the features with ``)
- Add the selected crates to your rust project by pressing ``
- Close the application with `` or ``

## Installation

```bash
cargo install get-blessed
```

Arch Linux users can install [from the AUR](https://aur.archlinux.org/packages/get-blessed) 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](https://crates.io/crates/add-gitignore-cli)

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