Jump to content

jaspalx

Member
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jaspalx

  1. Another +1 My main use for this would be: I often use alfred to find images/docs etc. that I want to insert into emails (use gmail web app so can't send attachments from alfred)
  2. Thanks for this workflow. So far so good. Is there a way to support multiple-person chats? When someone posts a message in a multi-person chat, I'd like the reply to go to that conversation. J
  3. Is there some way to add annotation/comments/documentation within a workflow? As the number of triggers/actions/scripts increases it becomes a bit tricky to remember which paths do what. Boxes with the label 'Run NSAppleScript' are pretty opaque and even adding a title to that box (the way that open url shows the url at the top of the box) would be a help...unless there's some other way to do this?
  4. I just packaged this up as a workflow here: http://jaspalsahota.tumblr.com/post/50899262607/toggle-sound-output-between-speakers-headset-on-mac Thanks for the great workflow guys
  5. Hi 69wpm, I guess the list of results could be parsed and if you select one of them alfred shows you a list of the individual words to get around that. Afraid I can't put the time into learning how to do that yet...though will try to slot it in sometime.
  6. Replace the set height/width code with this it allows for different screen sizes: tell application "Finder" set _b to bounds of window of desktop set myWidth to item 3 of _b set myHeight to item 4 of _b end tell hat tip to http://daringfireball.net/2006/12/display_size_applescript_the_lazy_way for the screen size code
  7. Please don't laugh at the code, I write applescript by copy-tweaking! Uses thesauras.altervista.org and ursanrazvan's applescript library. Enjoy! I'll aim to post any updates on my tumblr http://jaspalsahota.tumblr.com/post/48358079872/thesaurus-workflow-for-alfredapp-2 Here's a screenshot If anyone makes this nicer/cleaner etc. please let me know. J
  8. This isn't precisely what was asked for, but is a thesaurus workflow. Please don't laugh at the code, I write applescript by copy-tweaking! Uses thesauras.altervista.org and phyllestein's Alp library. Enjoy! https://www.dropbox.com/s/42st1gjf44ggdmv/Thesaurus.alfredworkflow If anyone makes this nicer/cleaner etc. please let me know.
×
×
  • Create New...