Jump to content

CWM

Member
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Like
    CWM got a reaction from JJJJ in keep clipboard history open?   
    Hi all, 
     
    I love Alfred! I have a quick question: is it possible to keep Alfred's clipboard manager open as I select and paste items listed into a document? That would be a big help to me. Is that possible?
     
    Thanks!
     
    Ps. I'm using Alfred 5
  2. Like
    CWM reacted to vitor in Newbie question - Workflows relying on Python 2   
    @CWM See the Updated Third-Party Python 2 Workflows GitHub page. It explains the situation, links to instructions on regaining access to Python 2 and includes fixed versions of Case Converter and others.
     
    @bwbecker It is trivial to invoke Python 3. Save your script inside the Workflow with a proper shebang (#!/usr/bin/python3) and call it as an External Script as the Language. Or use /bin/zsh as the Language and call your script with /usr/bin/python3 SCRIPT_NAME. You were never limited by the languages in the dropdown, you can easily use anything on your system. 
  3. Like
    CWM reacted to bwbecker in Newbie question - Workflows relying on Python 2   
    I just gotta add that it seems really, really lame on the part of the developers to not provide an easy way to invoke python3.  
     
    The "Script Filter" and "Run Script" both have drop-downs to choose your language.  Both have "/usr/bin/python" disabled on Monterey.  It seems nearly trivial to add /usr/bin/python3 to that list.
     

  4. Like
    CWM reacted to lycopodiopsida in Newbie question - Workflows relying on Python 2   
    It seems, that macOS 12.3 (the last update) finally removed python2 from the system. The decision to do it in minor release is questionable, but it is what it is. A surprising number of older workflows is still written in python2 and authors never bothered to port them to python3.
     
    You could install python2 manually, but it is not really advisable, since it received no updates/patches for 2 years and is a potential security issue. Other than that, there are not so many options: port the workflow to python3 by yourself, wait for author to do so or look for another.
  5. Like
    CWM reacted to deanishe in newbie question: can I get Alfred to sort files by "date" modified when I'm navigating a folder?   
    Click on the cog in the bottom right corner of the window:

×
×
  • Create New...