Jump to content

@dudeslife

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by @dudeslife

  1. On 5/26/2016 at 0:59 PM, deanishe said:

    Added a few new features today while adding support for workflow variables to the library.
     
    First up, History. If you open a connection with a username, the workflow remembers it, and will suggest it if you start typing the username again. Very handy if you need to use usernames. Use ⌥+↩ to forget a connection from the history.
     
    Also, you can now open an SFTP connection, instead of an SSH one, with ⌘+↩, or ping the host with ⇧+↩

     

    Thanks for a great workflow but I cannot under any circumstances remove connections from history. I have even deleted the workflow, reinstalled, history is still there... the ⌥+↩ brings up the text under the connection that delete will take place, but it doesn't work. Any ideas? Sierra 10.12.6

  2. I use Airmail and i was having problems with the "mailto" option. it was pulling the contact and plugging in <name <name@mail.com>> in the To: field. As this is not a valid e-mail address format I was having to change it manually. If you are having the same problem, I modified line 123 in the mailto.py code.

     

    it should read:

     

    return u'{}'.format(email)

     

    this now places the correct format in the To: field

     

    name <name@mail.com>

     

    hope this helps someone.

     

     

     

×
×
  • Create New...