Jump to content

FroZen_X

Member
  • Posts

    364
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by FroZen_X

  1. I'm having the same issue, which is reported. It happens mostly in third party apps. I assume for you too. This "bug" doesn't or rarely happens now in OS X native apps. Other times it happens more frequently is when the machine is under heavy load.
  2. Awesome news! The bug i reported before via mail(Expand bugging under heavier load) still exists, but not in mail it seems. Anyway, good job!
  3. Have you tried copying the file like i wrote here? Just install the normal 8.991 Workflow version which is on the first page of this thread and copy the file. Then there shoulndt be any problem. Else you can try the version from here(just keep in mind that the file is needed): Copying the file is a small "hack" as the old en_pref.scpt and q_workflow.scpt have to be debugged again. I couldn't make it work therefore using this fix.
  4. A quick look at Smartthings(https://github.com/PhysicalGraph/SmartThings-Alfred) shows me that you have to change the hardcoded "Alfred 2" paths and tell application etc. In the workflow folder: alfred/core.py In the workflow itself(applescript top right): set temp to "{query}" set temp to do shell script "echo " & quoted form of temp & "| tr -d '\\r\\n' " if temp is "" then tell application "Alfred 2" to search "st_login " else do shell script "python get_endpoints.py" end if Change "Alfred 2" to "Alfred 3". That's just a quick look, you gotta check what else is there that relates to Alfred 2. Hope that helps
  5. Focusing changed in Alfred quite a while ago. To change this go to Appearance → Options(Bottom left) → And switch Focusing mode from "Standard Mode" to "Compatibility Mode" Then TextExpander should work with Alfred again as it pulls focus
  6. Here is a temporary fix. Go to: /Users/YOURUSERNAME/Library/Application Support/ And there you paster the file of this zip: https://www.dropbox.com/s/xqchp9uzhfbvtg9/Evernote%20Workflow%20fix.zip?dl=0 Its the old Alfred 2 file its asking for. Somehow the app doesn't update for some. It did for me in the first case and then never again lol I'll see if i find another solution, but this one works for now.
  7. I now deleted under library → Application Support → Alfred 2 as this was still there after deleting Alfred 2. I can replicate it now, which makes it easier to find a solution fitting you.
  8. I couldn't find anything wrong in your version. So i checked what i could do here. I deleted q_workflow in the "workflows" folder: Then i searched on my whole mac and deleted what i could find as "q_workflow" just to make sure nothing interferes and i can replicate the problem again. I checked if Alfred 2 was somewhere still...nothing. I deleted the Evernote Workflow and anything workflow wise that is related to Evernote. After deleting anything that could have done with it and downloading version 8.991 from here again: http://www.alfredforum.com/topic/840-evernote-8991-evernote-606-support-search-create-append-set-reminders-all-within-alfred/page-1 I end up with typing "ens" → Evernote opens → i reopen Alfred and can use it without any issues :/
  9. I personally use Alfreds file search in combination with the "Quick File Search Mode", but i've made you a small workflow that let's you select a file/folder to create a alias for and then a folder where you want it to be saved to. Here you go(I assume you have Alfred 3): https://www.dropbox.com/s/g4clxs0pmy7p14l/Create%20Alias.alfredworkflow?dl=0
  10. That's really weird, after changing "Alfred 2" and "Alfred-2" in en_pref.scpt and q_workflow.scpt it should start working again. It could also happen that it asks you where Alfred 2 is and you just click on Alfred 3. Could you export your current Evernote workflow and share it?
  11. That Error appears when "q_workflow" still has "Alfred 2" standing somewhere. It could also be that you have another q_workflow that is being used. Search in your workflow folder for "q_workflow". Other than that keep in mind that you change also "en_pref.scpt" together with the "q_workflow.scpt". Conejo23 pointed that here out:
  12. Here is the example: And thats under Alfred 3
  13. My mistake, the q_workflow had still refers to Alfred 2. Either open it and replace "Alfred 2" with "Alfred 3" and "Alfred-2" with "Alfred-3" or download again from here: https://www.dropbox.com/s/1enxxqddx1t7w8g/Evernote.alfredworkflow?dl=0
  14. I posted a link to download the workflow here: The q_workflow is included there
  15. I just tested it, you also have to change the "workflow.py". There is another "Alfred 2" that has to be changed to "Alfred 3". I'm on the way atm, but ill post a pic later To check the help use "fzyhelp". And like i said change "workflow.py" too, forgot that :/
  16. As you have Alfred 3 installed, it asks you where Alfred 2 is as it doesn't exist anymore as i assume. I had it installed before. Point it to Alfred 3, so that your workflow works again.
  17. You can already do so, like this "*.pdf" will only show pdf files. Combine that with quick file search Other than that you can set file filters where you specify your search scope and your file types you want to search for.
  18. Fuzzy matching only exists for File and Foldernames yet. Here is a workflow that works the way you want: http://www.alfredforum.com/topic/4042-fuzzy-folders/ If you're under Alfred 3, you have to go to the workflow folder and open "ff.py", replace "Alfred 2" with "Alfred 3" to make it work. Hope that helps
  19. +1 That's a feature i wanted to suggest too haha, would we awesome if Alfred hides for the moment as its sometimes in the way. I could move the window to the top right or so....but i don't want to
  20. In Alfred 3 you can easily add this applescript to it, to automate it completely: tell application "System Events" to tell process "1Password mini" set frontmost to true key code 124 delay 1 key code 36 end tell The delay has been enough for me all the time Only problem i have is that things like "This is a test" don't work as it has spaces in it :/ no clue what 1password wants instead lol
  21. This doesn't work from what i know. What does work is for instance "Ninny*2009" which would provide you the file.
  22. Take a look at this thread: http://www.alfredforum.com/topic/7416-delete-file-with-keyword-delete-filename/ You can use the trash workflow and set your download folder as search scope. That should be what you were looking for Else deanishe explains the way Alfred behaves and why
  23. If you change your home folder keycombo to ⇧⌘2 is it slower? if not then there is nothing with Alfred. Might be that you have a lot in your downloads folder. You could try out opening different folders.
×
×
  • Create New...