
jaspalx
Member-
Content Count
10 -
Joined
-
Last visited
-
Days Won
2
jaspalx last won the day on June 19 2013
jaspalx had the most liked content!
About jaspalx
-
Rank
Newbie
-
jaspalx reacted to a post in a topic: BulkRename - bulk rename your files, with built-in and custom presets
-
You sir are a genius Love the flexibility you've built in for adding steps.
- 9 replies
-
- python
- productivtity
-
(and 6 more)
Tagged with:
-
jaspalx reacted to a post in a topic: Recent Downloads Workflow
-
jaspalx reacted to a post in a topic: Unit converter (no longer maintained)
-
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)
- 19 replies
-
- file buffer
- drag and drop
-
(and 3 more)
Tagged with:
-
jaspalx reacted to a post in a topic: Find Folder — Search by Folder Name Workflow
-
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
-
how to: comments/documentation *in* a workflow?
jaspalx replied to jaspalx's topic in Workflow Help & Questions
Yep..that's where I'm at! -
JorjGaidin reacted to a post in a topic: Thesaurus
-
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?
-
Toggle sound output on hotkey with Notification Center output
jaspalx replied to Ramiro's topic in Workflow Help & Questions
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- 19 replies
-
- toggle sound
- output
-
(and 2 more)
Tagged with:
-
jaspalx reacted to a post in a topic: Toggle sound output on hotkey with Notification Center output
-
jaspalx reacted to a post in a topic: Chrome Bookmark Search Workflow
-
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.
- 10 replies
-
- thesaurus
- applescript
-
(and 1 more)
Tagged with:
-
jaspalx reacted to a post in a topic: Find files recently changed (similar to Trickster functionality)
-
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
-
Sridhar Katakam reacted to a post in a topic: Thesaurus
-
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
- 10 replies
-
- thesaurus
- applescript
-
(and 1 more)
Tagged with:
-
Thesaurus capabilities added to define/dictionary ?
jaspalx replied to vinyldust's topic in Alfred Feature Suggestions
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.