Jump to content

Ross

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Ross

  1. I have two instances of Firefox, this shows fine in the applications list. But in the action menu for "Open URL" there is just one, I'd like to select which one it opens in. For reference I have attached a screenshot of the Apple preferences "Default web browser" menu which shows both. I'm using Alfred 5.1.4
  2. 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 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 🦀.
×
×
  • Create New...