Jump to content

TomBenz

Member
  • Posts

    299
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TomBenz

  1. Can this updated to work with Monterey 12.3 and above please? https://github.com/deanishe/alfred-fuzzyfolders#readme
  2. Thanks. It is fine. It will be great if you can suggest how this can be done. I can create variant of standard workflow for my use case.
  3. Thanks xilpaint. See if the example below makes it more clear: File1.pdf with bookmarks Bkm1, Bkm2 etc File2.pdf with bookmarks BkmA, BkmB etc Newfie.pdf with bookmarks as below: File1.pdf (level 1 using filename) -- sublevel Bkm1, Bkm2 File2.pdf (level1 using filename) -- sub level BkmA, BkmB
  4. @deanishe thanks for script to copy macOS text shortcuts to Snippets. How we do set environment variables above? In python code, def export_shortcuts(shortcuts, dirpath): """Save macOS shortcuts to directory as Alfred snippets.""" log('exporting snippets to %r ...', dirpath) if not os.path.exists(dirpath): os.makedirs(dirpath, 0700) what does 0700 means in the line above? Is it possible to use AppleScript instead of Python to achieve this one way sync?
  5. Any update on this? It will be great if workflow file can be posted as well
  6. Old thread. hoping and requesting somebody to post link to this workflow. would also welcome suggestions for similar workflows related to flight and hotel options
  7. the download link is not working. Pls post the correct link for it. thanks
  8. Thanks Vitor. I am on Apple Silicon and have Python and tag installed via Homebew. I changed the path and getting success message as below [11:43:32.725] Smart Tag Folder[File Action] Processing complete [11:43:32.742] Smart Tag Folder[File Action] Passing output '/Users/xyz/Downloads/Temp-img' to Run Script But unable to see any Smart Folders created. How do we debug this Python code? I have some understanding of AppleScript and keen to learn Python skills to atleast tweak stuff. Pls advise.
  9. Is it possible to fix this for Monterey 12.4. Tried and getting below error message: ERROR: Smart Tag Folder[Run Script] Traceback (most recent call last): File "/Users/xyz/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/9FD0BD0C-C5F4-4F63-A9F4-1A0B6971E437", line 23, in <module> tagString = sb.check_output([tagCmd, '--no-name', '--recursive']).strip() File "/Users/xyz/.pyenv/versions/2.7.18/lib/python2.7/subprocess.py", line 216, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/Users/xyz/.pyenv/versions/2.7.18/lib/python2.7/subprocess.py", line 394, in __init__ errread, errwrite) File "/Users/xyz/.pyenv/versions/2.7.18/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
  10. @xilopaint request to please look into retaining existing bookmarks while merging pdf files
  11. Thank you for this wonderful workflow. In merge option for pdf, is it possible to retain bookmarks from individual files as well as add file name as root name? PDF exchange in windows has this useful option and it will be good if this can be added. Many thanks in advance
  12. Pls post the updated workflow. More explanation on UTI would help. I run the command suggested below but couldn't locate the output!
  13. Pls post the updated workflow for searching multiple extension and how to use it. Are the extension hard-coded or passed through query.
  14. I have more than 10 notebooks. This workflow fails with error message - too many attached database - max 10. Is there a way to remove this limitation? Has anybody else faced this problem?
  15. Yes, this one is better. I use AppleScript to extract highlights from skim pdf document. BTW, we need an update to this workflow for Monterey 12.3 Tried adding export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH}" but need more updates.
  16. https://github.com/kevin-funderburg/alfred-microsoft-onenote-navigator -- pls post an update for this. One user has requested an update on GitHub as well
  17. What’s the use case? A Workflow which would need that fix is unlikely to work without modification anyway, and I’m already applying the fix to the updates I’m making. In other words, for that Workflow to be useful to you, you need to know how to fix it. Yes, you may be right. I was looking to fix following http://www.packal.org/workflow/skimmer
  18. https://github.com/deanishe/alfred-fixum -- pls help with updated version of this
  19. Updated video conference shows all upcoming meetings, launch safari but clicking open teams apps doesn't work. I think earlier it used to launch teams directly. Request for re-check on it.
  20. https://github.com/deanishe/alfred-appscripts. - pls post an update for this. General guidelines on how to fix Python2 issue would be great. thanks in advance
  21. https://www.deanishe.net/post/2020/05/workflow-video-conferences/ -- pls add updated version for this
  22. Use quote form of file to make it work for items with space characters
×
×
  • Create New...