Alfred workflow to search for Rust crates

Hi I'd just like to share a simple workflow that I have written for Alfred that I use on a daily basis to search for Rust crates and open the relevant Crates.io, Lib.rs, or Docs.rs URLs.

Download it from GitHub

Features

  • Manages a local Crates.io index: downloaded the first time you use the workflow and updated twice a day (both in the background).
  • Opens the crate in the default browser. You can use modifiers to change the URL that is navigated to.
  • :person_cartwheeling:Blazingly fast: no network calls since the registry is local, and it is built in Rust :crab:.

crates

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.