Jump to content

Alfred0

Member
  • Posts

    48
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Alfred0's Achievements

Member

Member (4/5)

0

Reputation

  1. Ok, thx for looking into it. Pity, as it’s such a unique and useful plugin. Not sure if @Mr Pennyworth still visits these forums but it would be great if he could help update.
  2. Any chance of getting this workflow working again: https://github.com/mr-pennyworth/alfred-google
  3. Keep running into errors trying to get Python 2 installed using the command on the help page: macOS 12.5.1 M1 Max MBP $/bin/bash -c "$(curl -fsSL https://github.com/alfredapp/dependency-scripts/raw/main/scripts/install-python2.sh)" Warning: pyenv 2.3.4 is already installed and up-to-date. To reinstall 2.3.4, run: brew reinstall pyenv python-build: use openssl@1.1 from homebrew python-build: use readline from homebrew Downloading Python-2.7.18.tar.xz... -> https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz Installing Python-2.7.18... patching file configure patching file configure.ac patching file setup.py patching file Mac/Tools/pythonw.c patching file setup.py patching file Doc/library/ctypes.rst patching file Lib/test/test_str.py patching file Lib/test/test_unicode.py patching file Modules/_ctypes/_ctypes.c patching file Modules/_ctypes/callproc.c patching file Modules/_ctypes/ctypes.h patching file Modules/_ctypes/callproc.c patching file setup.py patching file Mac/Modules/qt/setup.py patching file setup.py python-build: use tcl-tk from homebrew python-build: use readline from homebrew python-build: use zlib from xcode sdk WARNING: The Python readline extension was not compiled. Missing the GNU readline lib? ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? Please consult to the Wiki page to fix the problem. https://github.com/pyenv/pyenv/wiki/Common-build-problems BUILD FAILED (OS X 12.5.1 using python-build 20180424) Inspect or clean up the working tree at /var/folders/kn/1zpbw9s95j77gd2m7g50gyqczjm5nq/T/python-build.20220926213018.13280 Results logged to /var/folders/kn/1zpbw9s95j77gd2m7g50gyqczjm5nq/T/python-build.20220926213018.13280.log Last 10 log lines: rm -f /Users/user.name/.pyenv/versions/2.7.18/share/man/man1/python.1 (cd /Users/user.name/.pyenv/versions/2.7.18/share/man/man1; ln -s python2.1 python.1) if test "xno" != "xno" ; then \ case no in \ upgrade) ensurepip="--upgrade" ;; \ install|*) ensurepip="" ;; \ esac; \ ./python.exe -E -m ensurepip \ $ensurepip --root=/ ; \ fi ln: /usr/local/bin/python: File exists Has anyone run into this error and found a solution?
  4. The guide to reinstalling Python 2 mentioned on this page no longer exists. Is there a different url or updated guide I can use to get my workflows working again.
  5. Hi, I'm trying to create a workflow that allows me to search through clipboard items that have been pre-filtered to match a certain string. The basic workflow idea would be to: Invoke the workflow and have it list all clipboard history items that match a certain pattern eg. let's say all clipboard items containing "alfredforum.com". Then what I'd like to be able to do is filter through the matching results by typing additional characters eg "clipboard" which would show me all clipboard items matching both "alfredforum.com" and "clipboard". Does anyone know if that's possible and how I might go about achieving it?
  6. Wow, this is AMAZING, tku so much for helping @deanishe πŸ™ πŸ™ πŸ™ If I wanted to duplicate this workflow to use for other urls do you know the best way to go about that? I tried simply duplicating it and changing the keywords but I ran into this error: [19:45:06.975] ERROR: Go To URL With History[Script Filter] Code 1: Traceback (most recent call last): File "/Users/tony/Dropbox/Alfred/Alfred.alfredpreferences/workflows/user.workflow.5C60DE21-919E-402F-B68F-2F23CF082B62/./search-history.py", line 19, in <module> CACHE = Path(os.environ['alfred_workflow_cache']) File "/usr/local/Cellar/python@3.9/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/os.py", line 679, in __getitem__ raise KeyError(key) from None KeyError: 'alfred_workflow_cache' Also, do you know if it would be possible for a different workflows to share the same history.txt file?
  7. Got it, thx @vitor and @deanishe! @Andrew, it would be great to consider adding built-in support for common file actions such as rename, copy/move, and duplicate. I'm sure there are a number of different workflows that could accomplish some of this but that adds a lot more friction. Here's an example of something I do a lot of to illustrate e.g. renaming a file and then dragging it on to an application. Find the file (Search or Trickster) Rename the file. At this point I'm in the actions menu view which unfortunately does not allow dragging the selected file? Would be great if this would work. I need to dismiss and then re-trigger Alfred Again find the file I just renamed Finally, drag it to the app. Steps 3-4 seem unnecessary.
  8. Hi, I have a number of custom searches for my companies internal/external sites and find myself searching for the same sets of keywords day after day and would love to have a workflow to help me streamline this process. Basically my own local autosuggest with the following features: Saves all keywords searched to disk so that the next time I trigger the workflow it will autosuggest the previous keywords searched and allow me to filter the list as I type. It would also be great if I could configure these different autosuggest workflows to use the same keyword dataset for their suggestions as I often end up searching across different urls with the same keywords. Has anyone come across a workflow that can do this. Thanks
  9. WOW, thank you so much for doing this Vitor πŸ™Œ. Very much appreciated!! Some quick questions I wanted to ask: The name of the file in the action menu still shows the old name after hitting enter, although the path is correct When doing this on folders Alfred seems to close after hitting enter instead of showing the action menu Is it possible to return back to the view I was on when triggering the Rename hotkey instead of showing the action menu perhaps as an action modifier? I know I mentioned above that I usually like to perform additional actions on that file but sometimes I'm looking to rename a few file in the search results that are being displayed or the folder I'm browsing. Thx again for you help.
  10. Hi, I'm still getting used to Universal Actions and was wondering if it would be possible to create one to rename the currently selected file/folder in Alfred using the following workflow? Proposed Workflow: Open Alfred and search for the file/folder I'm looking for Once found, hit a keyboard shortcut (e.g. Cmd-R) to trigger a Rename workflow on that file, without having to first hit tab to show all actions Input a new file name Hit enter and still have the same file select so I can perform additional actions if needed e.g. Move, Email, etc.. Thx
  11. I can see why you might be reluctant to do this but I would personally be fine with this tradeoff if need be 😁 Sounds promising 🀞 I have honestly been after this functionality for so many years now... super excited to see if this is possible 😎
×
×
  • Create New...