Jump to content

bivalvegruff

Member
  • Posts

    35
  • Joined

  • Last visited

Posts posted by bivalvegruff

  1. On 4/14/2020 at 8:38 AM, borzov said:

    This is a great workflow! Thank you very much for development and support.

     

    I have not yet been able to take full advantage of its features due security limitations in macOS. For example, the system won't let you run the "k2pdfopt" script because it is "from an unknown developer". Ughhh...

     

    How can I solve this problem?

    Monosnap 2020-04-14 09-05-58.png

     

    After trying to run the script, go into system settings – integrity (or something like that). There should be a box offering you to run the script anyway. Press that and then try to run the script again. I had to fiddle around a bit with this with some workflows before I got it to work.

  2. 20 hours ago, Acidham said:

     

    I think yes 🤔

     

    1. build in search for bookmarks (url) only.

    2. build in opens url in browser, this WF opens in 1Password

     

     but maybe I am missing something and it is possible there is no difference...let me know !

     

    Oh I see. Brilliant! 🙌

  3. 14 hours ago, tbrown said:

    This one was really important to me. When I upgraded to Catalina, it broke for me with a warning about malicious code or something. I figured it was a Catalina permissions problem of some kind. Here's what I did to fix it:

     

    1. Cloned the git repository at https://github.com/iansinnott/alfred-maestro

    2. I had to install go, which I did based on these instructions: https://golang.org/doc/install?download=go1.13.1.darwin-amd64.pkg

    3. Following the instructions to build Alfred-maestro, I ran "make pack" in the Alfred-maestro directory.

    4. Didn't work. Futzing around, I found that, in the Makefile, Alfred-maestro was to be copied into the workflow directory, but the build created alfred-maestro-master. So I changed line 8 of the Makefile to read: 

     

        @mv alfred-maestro-master workflow/alfred-maestro

     

    5. Ran "make pack" again and it completed successfully.

    6. Installed my new Alfred-Maestro.alfredworkflow. 

    7. It worked! 
     

    I did all this in terminal. 

     

    Took me just a few minutes and now I am a happy user of Alfred-Maestro again.

     

    I have not seen this issue with other Alfred workflows I use regularly. 

     

    Thanks. Would you mind sharing the finished workflow? 🙂 

  4. On 3/5/2019 at 1:22 AM, linda said:

     

    About 5x per day I need a access a file path on my Mac IOS 10.13.6.  I have the latest version of Alfred.

     

    Following your instructions, I 1) find the file in Alfred, 2) I highlight it, 3) I press the right arrow, and 4) NOTHING HAPPENS.  No "list of file actions" appears; hence, there is  no option to copy the path to the clipboard. 

     

    What do you recommend?  

     

    I purchased the powerpack and ownloaded the workflow file you mentioned for copying file paths, How/where do I install it so that Alfred will copy the file path names to the clipboard and/or at least enable me to access them? 

     

    Thanks for your help - 

     

    Did you try tab instead of right arrow? It depends on your settings under Features ➡️ Files search ➡️ Actions.

  5. 3 hours ago, politicus said:

    Thanks @bivalvegruff but I was thinking about a case where I would merge for example the last clipboard entry with the 9th clipboard entry rather than merging the X last entries of the clipboard. 

     

    Will still happily keep using your workflow 👍

     

    Oh okay, haven't seen a workflow like that, I think it would be hard to remember how many copies ago the clip you want to merge was. Just to be clear, the one I linked to is not mine, it's @luckman212's 🙂 

  6. Great! I added a similar script in the same workflow, but with the ⌘ modifier, for when you want to edit the details before saving. It opens the list of calendars for you (I often add things to both my personal and my work calendar.)

     

    on run
    set the clipboard to "{query}" as text
    tell application "Calendar" to activate
    delay 0.5
    tell application "System Events"
        keystroke "n" using {command down}
        keystroke "v" using {command down}
        keystroke return
        delay 0.5
        key code 48
    	key code 125
    end tell
    
      return "{query}"
    end run

     

  7. Great workflow! Don't know if it's being updated anymore, but I wish I could search for word without the order of the words being a match. For example typing "pocket youtube tesla" would filter out all pocket articles from YouTube with the word Tesla anywhere. Or "pocket youtube tesla downtown" would show the video "Driving through downtown with a Tesla" on YouTube. I guess what I'm trying to say is I really like Teslas.

×
×
  • Create New...