Action

Search TestFlight via departures.to

Posted by joeross, Last update 3 days ago

adapted from open URL in current line by @FlohGro

Search Departures.to (TestFlight)

Appends the draft body to https://departures.to/search?searchTerm= and encodes it before sending it to the default browser. I’m constantly searching for interesting betas and this makes it so much easier.


If you find this useful and want to support @FlohGro you can donate or buy him a coffee

Buy Me A Coffee

Steps

  • script

    let searchText = draft.content.trim();
    let encoded = encodeURIComponent(searchText);
    let url = `https://departures.to/search?searchTerm=${encoded}`;
    
    let result = app.openURL(url);
    if (!result) {
      app.displayErrorMessage("Failed to open URL");
      context.fail();
    }

Options

  • After Success Trash
    Notification None
    Log Level Error
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.