Jump to content

gingerbeardman

Member
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by gingerbeardman

  1. I updated to gallery 2.5 and my keyboard shortcut stayed. So is it only on the initial import?

     

    In that they need to map their own hotkey, or add the entire hotkey node back into the workflow?

     

     

    thanks

  2. You know, I don't think I knew about custom Universal Actions until now. I only use the built-in ones. 

  3. Quote

     

    Default path for Mac App Store version is iCloud Drive ~/Library/Mobile Documents/iCloud~co~fluder~fsnotes/Documents

     

    Default path for notarised version (from GitHub and brew) is ~Library/Containers/co.fluder.FSNotes/Data/Documents

     

     

    So, I have issued a new version of the Workflow to include both in scope.

  4. I'll sort out a repo for it soon, no worries. 

     

    Probably best to include it as it is for now if it's easy to transition to a Repo. 

  5. Quote

     

    This Alfred workflow offers the following functions:

     

    • fsf Open... (choose from list of files in FSNotes default storage folder, required)
    • fsi Import... (matches filename or phrase, required)
    • fss Search... (matches filename or phrase, required)
    • fsc Create from Clipboard... (specify title, optional)
    • fsn Create... (specify title, optional)

     

    To choose from a list of all functions use the fs keyword.

     

     

     

    Screenshot:

     

    • it would be much nicer if all screenshots were taken using the default Alfred theme?
    • They're going to be a real mishmash of themes as it is. The below screenshot uses a custom theme.

     

    FSNotes-AlfredWorkflow-22.thumb.png.2dee0bbffc9c6f9edad622a2b157f17c.png

  6. Didn't work for me.

     

    Needs to be more intelligent or verbose about errors if Python isn't set up correctly.

     

    [12:23:40.354] Logging Started...
    [12:23:42.544] OpenAI ChatGPT[Keyword] Processing complete
    [12:23:42.547] OpenAI ChatGPT[Keyword] Passing output 'what is love?' to Run Script
    [12:23:42.835] ERROR: OpenAI ChatGPT[Run Script] pyenv: no such command `virtualenv-init'
    pyenv: no such command `activate'
    dyld[57018]: Library not loaded: '/opt/homebrew/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/Python'
      Referenced from: '/usr/local/bin/python'
      Reason: tried: '/opt/homebrew/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.9/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/3.9/Python' (no such file)
    [12:23:42.840] OpenAI ChatGPT[Run Script] Processing complete
    [12:23:42.840] OpenAI ChatGPT[Run Script] Passing output '' to Copy to Clipboard

     

  7. This has affected me also, migrating from an Intel Mac mini to M1 MBP.

     

    Troubleshooting passed all green ticks: https://pastebin.com/raw/TnsWG2mi

     

    Widening the scope works. Is it recommended to leave that in place? It's not a great experience as it returns way to many matches.

     

    I did a deep reindex just for kicks, will see what it's like once it has finished.

  8. The easiest way to get this working again is reinstall python2 as here:

    https://www.alfredapp.com/help/kb/python-2-monterey/

     

    And then change all script filters in the workflow to call /usr/local/bin/python rather than just python. I just did that and it's now working for me.

     

    Ideally, I would rewrite it in Python3 but I probably won't find the time in between paid work. I did try and got quite far but some arcane errors halted my progress. It's probably due a 10 year anniversary rebuild from scratch.

     

     

×
×
  • Create New...