Jump to content

pasamuels

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by pasamuels

  1. For any iOS devs out there, this workflow allows you to quickly navigate to/or delete the sandbox of an app installed in any simulator version. Grab it from github https://github.com/paulsamuels/sidir-alfred-workflow Please report any issues Enjoy
  2. I've sent a couple of pull requests - one for improved native handling of deletions and another to remove the dependancy on nokogiri.
  3. Is it possible to have an action that requires a modifier key to be optional? For example when holding "alt" and finding a valid search result I will offer the chance to delete the result. But if no search results are found I return the root search folder, but I don't really want the user to be able to accidentally delete the root folder. I can simply make my action script check if it is the root and not perform the delete but the user will still see the change of text when holding the modifier key, which will be confusing.
×
×
  • Create New...