Jump to content

paulw

Member
  • Posts

    158
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by paulw

  1. 5 hours ago, vitor said:

    There’s no option for that right now. Which video player would you like as the default, and does it support playing URLs directly?

     

    I was partly curious how it decides which app to open. It opened VLC, and then once I had installed IINA, it opened that instead. IINA seems like the better option to me, but I suppose setting a default and/or choosing a player in the action would appeal to people.

  2. Great workflow, thank you! How can I stop it from adding an "alfred" tag by default?

     

    Edit: Figured it out. In the workflow's files, change line 74 of pocket_save.py from: 

       tags = ['alfred']

    to

       tags = ['']

     

  3. Hi, I just configured your complex and amazing workflow. I wonder if it's possible to simply call up a map of an address, rather than always have to look up directions from one location to another?

     

    I see that I can use the "maps" keyword to look up a map of an address without needing directions between two locations. I also see that the "maps" keyword may be deprecated. I'd like to see the functionality of a non-direction map be kept in the future!

  4. I needed a symlink creation workflow that would place (renamed) symlinks in the same folder as the file being symlinked. I used the shell script from this article. Links are renamed to "<filename> link", and if that already exists, "<filename> link 1" etc.

     

    Suggestions welcome. It might be useful to include a choice as to whether to send symlinks to the Desktop or another destination instead. MorseCode's workflow sends links to Desktop, but offers no other choice.

     

    Here it is, on my github

×
×
  • Create New...