Ross Posted May 8, 2021 Share Posted May 8, 2021 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 GitHubFeatures Manages a local Crates.io registry: 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. ⏎: open the crate in https://crates.io. ⌥ ⏎: open the crate in https://lib.rs. ⇧ ⏎: open the crate in https://docs.rs. 🤸Blazingly fast: no network calls since the registry is local, and it is built in Rust 🦀. n3ko 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now