40-02 Posted January 1, 2014 Share Posted January 1, 2014 Hi there:)I'm big fan of alfred app. I use it with great love.I think, it would be great if Alfred had option to write commands not only as a prefix, but after query, as a postfix.For example, I started writing query to look for it it in google in a default fallback. But I changed my mind and decided to look for information on google images. The only way that I have now is to use command + cursor back and adding "images". But I think it would be great if there was an option to write some symbol, or simple operator (for example two dots after my query) and treat all that follows this two dots as a start of line (and all the following words as a alfred operator).For example I wanted to search "Alas, poor Yorick! I knew him, Horatio” not in google but in my text files, therefore I would add to query Alas, poor Yorick! I knew him, Horatio .. inAnd alfred would understand that I want to look for a string in file Link to comment Share on other sites More sharing options...
40-02 Posted January 1, 2014 Author Share Posted January 1, 2014 I use a lot chrome history http://www.alfredforum.com/topic/3443-search-google-chrome-history/ and chrome bookmarks workflows http://www.alfredforum.com/topic/114-chrome-bookmark-search-workflow/page-3 Sometimes, mostly if I havent found query, I need to change keyword to use another workflow With postfix notation I would be able to do it easely. for example I've tried to find alfred postfix .. bookmarks But I havent found it in bookmarks, so I delete bookmarks and write alfred postfix .. ch And alfred would give me link on this thread. Link to comment Share on other sites More sharing options...
40-02 Posted March 6, 2014 Author Share Posted March 6, 2014 As well It might use brackets like this, just to get the chosen suggestion from that workflow (mailto in our case), and put it automatically into gmail search workflow (gms). It would be a great help:) Link to comment Share on other sites More sharing options...
deanishe Posted March 7, 2014 Share Posted March 7, 2014 Why isn't my workflow complaining about that address? That's a bug, dammit! The problem with a postfix command is that it would likely mess with workflow input. The difficulty is finding a syntax that is easy to use, i.e. an sensible delimiter and entirely unheard of in the context of a query, so it won't mangle workflow input. I suggest a workaround. The following AppleScript simulates ⌘←, ⌥⇧→: tell application "System Events" key code 123 using {command down} key code 124 using {option down, shift down} end tell If you have FastScripts or Keyboard Maestro, you can save it as an AppleScript and assign it a keyboard shortcut, otherwise you can create a Service with Automator and assign that a keyboard shortcut.Then, when you want to change an Alfred prefix, hit your keyboard shortcut and the first word in Alfred's query box will be selected, so you can overwrite it with your new command. 40-02 1 Link to comment Share on other sites More sharing options...
vitor Posted March 22, 2014 Share Posted March 22, 2014 I suggest a workaround. The following AppleScript simulates ⌘←, ⌥⇧→ I use a similar solution in my RenameAction workflow. However, that would not work for every case in this instance since Alfred commands can have spaces in them; that is not widely used (or at all), but it is possible. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now