Jump to content

FroZen_X

Member
  • Posts

    364
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by FroZen_X

  1. I don't know of a way to let it run directly at the start but you can make a workflow for that, that you type in after startup. Here is a script i got a while ago to move my application to my other screen: http://superuser.com/questions/331313/how-to-automagically-move-windows-between-monitors-with-one-keystroke I use the second one from Wolfgang Fahl. The question is, how your screens are setup like all aside each other or in a quader etc. And you always open the same apps. What you could also try is this here: http://www.alfredforum.com/topic/2204-monitorjumper-move-the-top-most-window-between-your-monitors/ Its another workflow that let's you "jump" applications between your monitors when they are arranged side by side.
  2. I just tested it out and it works in a way...somehow Alfred cannot look into the ulysses files and therefore not find keywords with the filefilter. Therefore you can only find files like "a8f066c020c94be1becc9710a92ba214.ulysses" -.- no clue what they've changed :/ To get the filefilter work you have to add "Library/Containers" under Search Scope. This doesn't help much yet, but you know what's wrong and maybe the developers know any more. Edit: What you can do however is to add a external folder in Ulysses and add this folder to the search scope of the Filefilter. Then create a new sheet via ulysses in this folder and drag this File(extension should be .md) into the "File types" of the Filefilter like this: Then you can search for the different Sheets Edit2: Just checked again lol this is not what you're looking for. However maybe this helps someone else or you too with another problem^^ In addition to that i tested the x-callback and its only for iOS it seems. Hopefully yeah they add Applescript support and/or URL Handler like Fantastical did.
  3. you're welcome Maybe this here also helps you tho: http://www.alfredforum.com/topic/1915-search-ulysses-iii-from-alfred/ I didn't test it myself but if it works, then its maybe that what you want ^^
  4. Create a new Workflow->Add a input like a keyword->Add the output "Open URL" and there you just insert the x-call Here is an example: https://www.dropbox.com/s/ffjjf5lno0bipw9/Test%20workflow.alfredworkflow?dl=0
  5. I'm silly....way way way better solution....forget about the delay or anything else.... Go to your workflow->doubly click on your hotkey to open the hotkey settings(can also right click->configure)->Right click in the hotkey field and change the trigger behaviour to "Wait until modifier keys are released" That will do it! Always learn something new ^^
  6. My mistake sorry :/, was a little late yesterday. I checked again and the hotkey still matters there. What you can do tho is, set a delay at the start, as of a delay for the time till you release the hotkey. I was pressing the hotkey fairly quick and didn't notice ^^ So here is an example of what you could do if you wanna keep "Shift" and Applescript: delay 0.2 try tell application "System Events" to tell process "Dock" click (UI elements of list 1 where role description is "minimized window dock item") end tell end try That's the quickest and easiest i can come up with atm Hope that helps, else gotta check for yeah another language or another trick ^^
  7. It will come in V3 as of what Vero said in this post: https://twitter.com/alfredapp/status/718755627628130304 Its done via the shortcut Cmd + S
  8. The Reason why, the windows unminimize so slow in the first case is, that you can "slowmow" minimize windows in OS X by pressing the shift key(Source: here). Changing the hotkey would fix this problem but it would still be a bit slower than usual. To get it as quick as when you click, don't use "Run NSApplescript" use "Run Script" instead. Deanishe pointed the differences out in this post: In addition the hotkey doesn't matter then either Hope that helps
  9. That can be fixed by changing focusing behaviour of Alfred. Go to Alfred Preferences->Appearance->Options and change Focusing to Compatibility Mode. Alfred pulls then focus and therefore BetterTouchTools "knows" that you're not in Chrome etc. anymore. With Standard Mode it cannot recognise it
  10. Like Vero and i said, there has to be a shortcut you've changed in Alfred or its used in one of your Workflows. Tried it myself and no Problem.
  11. Have you checked if a workflow is using this shortcut? As of this here Alfred doesn't use that shortcut and should therefore not interfere with Xcode shortcuts, unless you've changed one of them. I'll download Xcode again and check myself. Maybe i can replicate it.
  12. Just to make sure, you mean that the Shortcut doesn't work when Alfred is open or does it actually open Alfred? When Alfred is open then its obviously not working but when it opens, what action is triggered?
  13. For Fuzzy matching like "Chrome" shows "Google Chrome" etc. go to Alfred Preferences->Features->File Search->Navigation and activate Fuzzy matching. That let's you do what you wanna. Other than that you can give applications etc. custom search triggers as Vero pointed out here: Arrow keys up and down should work to navigate through search results tho oO You can lookup all shortcuts here: https://www.alfredapp.com/help/getting-started/cheatsheet/
  14. I don't know anything about docker, but what you can do is to make a Workflow with different keywords to do different tasks. You could also make a python script to list different options that you want to execute. Further more i found a workflow to control your docker machines here: https://github.com/keithamus/alfred-docker-wizard Best would be to describe what actions you want to execute, with an example. I for myself have no clue about docker :/
  15. I tried it with a app in a folder in the application folder and it works like this here: Unlock it(via the lock at the bottom right) and write something into "Comments" and close it again. After that you can just search with Alfred
  16. Dragging files in your file buffer via mouse or multiple dragging of files doesn't work from what i know. What you can do is use Opt + Up to add a file to the file buffer and then make an action on all of them. Here is the help page for that https://www.alfredapp.com/help/features/file-search/#file-buffer It would be cool if you could add multiple files to the file buffer and then just drag all of them via mouse tho. Maybe we'll see this in v3 at some point. Other than that, if you want to drag files from the same file you can also set a hotkey to get to the previous path. That's under Features -> File Search -> Navigation -> At the bottom "Previous Path" Good idea tho
  17. That's what i just told you. I have it set up this way and file search only appears when i press "Space" at the start. Deactivate "Unintelligent: Search all file types" and check it out. Other things like applications to start will still appear, but it never interferes with any searches i do. What you can do is set a letter like "g" to google search or use a workflow like Searchio to do so. Other than that giving a example would be good as i never run into this Problem with this setup.
  18. You can always use "Ctrl" for a default fallback search. To change your default fallback go to: Alfred pref -> Features -> Default results -> Setup Fallback results At the same page you should uncheck "Unintelligent: Search all file types" That will prevent you from searching form files while you normally type. To search for Files then you have to press "Space" first, like you already do. Hope that helps
  19. Where are the .rb files located ? Are the files in the searchscope of Alfred (check here Features->Default Results->Search Scope)? Other than that can you find the files when you use a file filter like here: https://www.alfredapp.com/help/workflows/inputs/file-filter/ And you mean the file search when you press "space" right?
  20. This already exists in Alfred see here: http://www.alfredforum.com/topic/8745-lock-alfred/ Easiest way is to go to Advanced -> History -> Activate "Show latest history if within 5 minutes"
  21. Other thing to test that comes in mind would be to do a testing of login and log out several times checking the Console.app for any signs. In addition to that exclude any other app that is starting at this process so that Alfred is the only app that starts. Then i would test to start Spotlight the same way you start Alfred directly after log in. If this lags too then it wouldn't be Alfred's fault. Other than that it's really hard to help, as i cannot reproduce this issue. I only get "lags" when my machine is under real heavy load, but then everything does and that's normal (using a mid 2014 Macbook Pro). Last option would be a clean install. How far back did you upgrade ? I remember that i upgraded from Mavericks to Yosemite which wasn't such a good experience yet but then went further to El Capitan Beta until the Final release came. I had some issues on the final El Capitan which got fixed by doing a clean install.
  22. Hey, would it be possible to implement the "Dispatch Key Combo" which is available in Alfred Remote to the normal Workflows with Alfred v3 ? I know that i can use a script for this or press a Key Combo myself but i'd like to be able to implement that as easy as in Remote. Cheers, FroZen_X
  23. First of all showing some respect would be nice. Vero just wants to help you like other people here. To Question number 1, a lot of people including me set there mac to sleep when they go to bed or leave a place...i restarted my mac yesterday after 10 days... Thats why she was asking. Every User is different and no one can read your mind. Did you check your Console.app when you're talking about logs? I had a problem of complete system freezing and multiple times of crashing due to my own faults before. I deactivate Swap and therefore when the Memory was full, the system had to compress or most likely die when it couldn't kill a process. That kept happening for me as i use Parallels Desktop, which is not a good idea to start when you have 2GB Ram free and it uses at least 4.... I had this Problem for quite a while till i remembered that i deactivated Swap. After reactivating, i never had a problem again. What Programs are starting with Alfred ? Have your tried switching to a new User on your Mac and does the Problem still persist ?
  24. You can use Bettertouchtool to assign a Keycombo to your Mousebuttons. Then you can use this Keycombo to call a Alfred workflow, there you go How is the Mx masters tho ? I was thinking to get one myself a while ago.
×
×
  • Create New...