Jump to content

JJJJ

Member
  • Posts

    64
  • Joined

  • Last visited

Everything posted by JJJJ

  1. It would be very useful to save the current chat with a keyword as txt or md document.
  2. You can put apostrophe(') prefix in "Show Alfred" hotkey trigger and it would go to file search automatically. It should look like this:
  3. Thanks for the very useful workflow! I could use the rephrase function in v1.0.3 but I got "ERROR: No response by OpenAI API." error in v.1.0.4. I just tried downloading and trying v1.0.3 and rephrasing works for me again.
  4. Hey @pseudometa, there used to be another inline google search workflow but it's not been working for a long time. So I was excited to find yours but it is not working for me. I get the error below in the debugger. could you please help me with the issue? thank you for the great workflow! [11:17:06.503] Hyper Seek[Script Filter] Queuing argument 'test' [11:17:07.730] Hyper Seek[Script Filter] Script with argv 'test' finished [11:17:07.737] ERROR: Hyper Seek[Script Filter] Code 1: Refreshing keyword cache… ./scripts/inline-results.js: execution error: Error: TypeError: undefined is not an object (evaluating 'workflowConfig.find( (/** @type {{ variable: string; }} */ option) => option.variable === varName, ).config') (-2700)
  5. You can do it with a workflow. Just connect a hotkey to "Action in Alfred" and, set "Jump to" to "Move to". It should look something like below.
  6. Hi Vitor, can you please add this one to the list too? https://github.com/jmcannon/alfred-tureng
  7. Would it be possible to add these two workflows too? https://github.com/ttuygun/alfred-eksi-sozluk-workflow
  8. hello @vitor would it be possible for you to add homebrew workflow to the list? It used to work fine. Thank you for your help.
  9. What do you think about holding ⌥ to paste and keep the clipboard window open? There is no use for ⌥ in clipboard viewer now, and it can be Alfred's way for sequential paste if it pastes and selects the new item while keeping the window open.
  10. Yes, then it could be even faster in that way because I can only press ⌥↩ and paste an item after an item since Alfred would paste and select the next result.
  11. This would do the same for me since there is no use for ⌥ in the clipboard viewer now.
  12. Hello All, What I like about alfred clipboard history is I can paste any item quickly with cmd+1, cmd+2 etc.. However, sometimes I have to paste many items to a single window and I don't want to open clipboard viewer everytime. My feature suggestion is an option to pin the clipboard viewer to the screen. Then, I can turn that option on and I can use cmd+# to paste several items quickly without bothering opening the clipboard viewer each time. I would really like to hear opinions about this suggestion.
  13. Hi, I have your firefox workflow and would like to know those ways to make this one work with firefox.
  14. I solved it by reinstalling the big sur.
  15. Furthermore, some of my workflows doesn’t work because of the same error 😕
  16. Hello, When I try to use move/copy to file action, I get the error below. It just started today. I installed the 4.5 Alfred beta and I thought beta caused the issue. But I installed the 4.3.4 version back and I still have the issue. I am on macOS 11.4 and I use the move to action regularly. Can you please help with what caused the issue and how to fix it? Many thanks in advance!
  17. Hello, I am planning to try Typinator for snippet expansions. Is there an easy way to import Alfred snippets to Typinator?
  18. It works for me with no issues. Thanks for the workflow.
  19. Thank you for the solution to use it for different browsers. I have tried your workflow first but it didn't work for me. We have discussed it on your topic and couldn't find a solution. I would like to try it again for Firefox history if you release an update.
  20. Yes it is fast when Firefox is disabled but how do I exclude it only from the history search? It seems like if I value it to False, then It doesn't search for bookmarks too. The main reason I use the workflow is to use it on Firefox. But I would like to know if I can use bm and bh for different browsers since bh is not really usable for FF.
  21. Thank you for your help and the workflow. It works very well now. BM search is very fast and seems reliable. But history search is pretty slow, it takes almost 10 sec to give some results. Is it expected? I think it uses python 3.8.2 this time as I understand from debugger output. [16:41:04.090] Logging Started... [16:41:35.225] Firefox&Chromium Bookmarks and History[Script Filter] Queuing argument 'test' [16:41:43.714] Firefox&Chromium Bookmarks and History[Script Filter] Script with argv 'test' finished [16:41:43.727] STDERR: Firefox&Chromium Bookmarks and History[Script Filter] PYTHON VERSION: 3.8.2 (default, Sep 24 2020, 19:37:08) [Clang 12.0.0 (clang-1200.0.32.21)] /Users/Ceyhun/Library/Application Support/Firefox/Profiles/xz1shlht.default-release/places.sqlite → found select DISTINCT url, title, visit_count FROM moz_places JOIN moz_historyvisits WHERE title != '' order by last_visit_date DESC LIMIT 500; [16:41:43.732] Firefox&Chromium Bookmarks and History[Script Filter] { "items": [ { "title": "Decentraleyes | Testing Utility", "subtitle": "(Visits: 61) https://decentraleyes.org/test/", "arg": "https://decentraleyes.org/test/", "quicklookurl": "https://decentraleyes.org/test/" }, { "title": "LocalCDN", "subtitle": "(Visits: 5) https://www.localcdn.org/test/cspcheck", "arg": "https://www.localcdn.org/test/cspcheck", "quicklookurl": "https://www.localcdn.org/test/cspcheck" } ] }
  22. Hello, Thank you for the workflow. It look very useful and supports many browsers. I would really like to use it for Firefox bookmarks and history but It doesn't work for me. Not only for Firefox but also for Chrome. I am on 10.15.7 Catalina and Alfred 4.2.1. You can find the debugger output below. [13:48:11.784] Chromium&Firefox Bookmarks and History[Script Filter] Queuing argument 'test' [13:48:11.960] Chromium&Firefox Bookmarks and History[Script Filter] Script with argv 'test' finished [13:48:11.965] ERROR: Chromium&Firefox Bookmarks and History[Script Filter] Code 1: Traceback (most recent call last): File "/Users/Ceyhun/Documents/Alfred.alfredpreferences/workflows/user.workflow.FBBADA4A-C051-42F1-B3CF-340DFF384FCB/chrom_bookmarks.py", line 12, in <module> from Alfred3 import Items as Items File "/Users/Ceyhun/Documents/Alfred.alfredpreferences/workflows/user.workflow.FBBADA4A-C051-42F1-B3CF-340DFF384FCB/Alfred3.py", line 7, in <module> from plistlib import readPlist, writePlist ImportError: cannot import name 'readPlist' from 'plistlib' (/usr/local/Cellar/python@3.9/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/plistlib.py) [13:48:19.497] Chromium&Firefox Bookmarks and History[Script Filter] Queuing argument 'test' [13:48:19.652] Chromium&Firefox Bookmarks and History[Script Filter] Script with argv 'test' finished [13:48:19.657] ERROR: Chromium&Firefox Bookmarks and History[Script Filter] Code 1: Traceback (most recent call last): File "/Users/Ceyhun/Documents/Alfred.alfredpreferences/workflows/user.workflow.FBBADA4A-C051-42F1-B3CF-340DFF384FCB/chrom_history.py", line 12, in <module> from Alfred3 import Items as Items File "/Users/Ceyhun/Documents/Alfred.alfredpreferences/workflows/user.workflow.FBBADA4A-C051-42F1-B3CF-340DFF384FCB/Alfred3.py", line 7, in <module> from plistlib import readPlist, writePlist ImportError: cannot import name 'readPlist' from 'plistlib' (/usr/local/Cellar/python@3.9/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/plistlib.py)
  23. Thank you for the detailed explanation. I just wanted to be sure if it works as expected or not. I gave full disk access to python as you said by drag and drop python into the full disk access window in Security&Privacy in System Preferences. I tried it for python3 for the first time but the error was about python 2.7 so tried it with 2.7 and then it worked. You can find the path of the file below. /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
×
×
  • Create New...