Jump to content

aiyo

Member
  • Posts

    121
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by aiyo

  1. I miss the Application and File shortcut from Alfred 1, or more precisely I miss the "Hide the application if already visible" feature. I know this can be done in Applescript, but it's not trivial to get right (so many users would not be able to implement this). Cheers Jonas
  2. I would also like to see this feature reintroduced, maybe as an action "Navigate to File/Folder" or something. Would be quite useful for Script Filters and Keywords as well as Hotkeys.
  3. You could make just one Script Filter that takes an optionally argument. In the Script Filter you then first check if there is a timer running, If so, then check if the keyword starts with "stop" (or a part of that) and then decide what items to print out... Hope that make sense.
  4. You are absolutely right. But I think they should be removed all together, as"valid" is only making a difference if valid="no" Thanks for pointing it out
  5. Hi, Here are my first workflows, hope some of you might find them useful: Fast User Switching (I have linked to this one in here before) https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Fast-User-Switching/Fast-User-Switching.alfredworkflow Finder Settings Change setting for: Hidden files, User Library and what to show on the Desktop. More setting might be added later. https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Finder-Settings/Finder-Settings.alfredworkflow Wi-Fi toggle A rewrite of my Wi-Fi toggle extension for Alfred 1.x https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Wi-Fi-Toggle/Wi-Fi-Toggle.alfredworkflow Network Location Also a rewrite... https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Network-Location/Network-Location.alfredworkflow And a nice little File Action, to uninstall apps with AppCleaner https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/AppCleaner/AppCleaner.alfredworkflow
  6. And can the space be prefixed as soon as you start typing the argument, instead of being suffixed the keyword on autocompletion? This will also solve the inconsistency between user completed keywords (no suffixed space) vs. autocompletion (suffixed space).
  7. Should the prefixed space be part of the argument? I suggest it should not be.
  8. To give a better overview over workflows, it would be nice if Actions and Outputs could be named. Especially scripts would be easier to distinguish from each other, when having more than one in a workflow. Cheers Jonas
  9. Hi, I think it would be a nice addition if you could choose to either make a whitelist or a blacklist of file formats in File Action. Cheers Jonas
  10. Hi, I have made a workflow that does just that. I have set the keyword to "switch user". You can grab it here: https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Fast-User-Switching/Fast-User-Switching.alfredworkflow Cheers Jonas // UPDATE: I have updated the workflow and moved it to my git repository. //UPDATE 2: Now all user are shown, not just logged in users. I also added user account icons instead of a generic one.
×
×
  • Create New...