
edalzell
Member-
Content Count
19 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Media Demo
Everything posted by edalzell
-
Is there a way to do it w/o the hotkey? I never remember all the hotkeys I have set up!
-
Is there a way to open an URL like this 'http://somesite.com/{clipboard}'?
-
Varying. Easiest would be to strip out all formatting then add the 1 (if necessary) then add the formatting.
-
I often copy phone numbers out of web pages/emails, etc and need to paste them in a specific format (1-234-567-8903). Is there a workflow that takes what's selected (or on the clipboard), formats and puts it back on the clipboard?
-
Is there an Area Code lookup workflow?
edalzell replied to edalzell's topic in Workflow Help & Questions
Holy smokes! Please don't apologize, I wasn't expecting anything from you! Awesome, thanks! -
Is there an Area Code lookup workflow?
edalzell replied to edalzell's topic in Workflow Help & Questions
Yes, with help. -
Is there an Area Code lookup workflow?
edalzell replied to edalzell's topic in Workflow Help & Questions
I actually have that installed already!! Nice Any way to shorten 'w area code' to 'ac'?? -
As the subject states.
-
Skype Call: the fastest way to make a Skype call on Mac OS X
edalzell replied to guiguan's topic in Share your Workflows
Ya, I figured that out just after I posted it. Turns out I don't need all that complexity. My own workflow is stupid simple: on alfred_script(q) tell application "Skype" send command "CALL " & q script name "Call Skype" end tell end alfred_script- 24 replies
-
- skype call
- contacts filter
-
(and 1 more)
Tagged with:
-
Skype Call: the fastest way to make a Skype call on Mac OS X
edalzell replied to guiguan's topic in Share your Workflows
any way to have a key combo to grab the currently selected text? I am in sales and call a lot of numbers I get from websites, so I'd like to be able to select the number, then hit a key combo and have skype dial it. Thanks- 24 replies
-
- skype call
- contacts filter
-
(and 1 more)
Tagged with:
-
Things: Search, Show, and Add Tasks
edalzell replied to phyllisstein's topic in Share your Workflows
I have to put it in the square brackets? OK, I wasn't sure if that meant I had to use them or they were optional. Thanks -
Things: Search, Show, and Add Tasks
edalzell replied to phyllisstein's topic in Share your Workflows
How do I put a task in a project. I have a Project called Billing. Please give me an example as I don't quite understand the syntax in the first post. -
Things: Search, Show, and Add Tasks
edalzell replied to phyllisstein's topic in Share your Workflows
That's sure awkward to type. Thanks for the info though. -
There's always at least one city tied to an area code. That API looks like it would work....I guess I will figure out if I can do it. Thanks
-
Things: Search, Show, and Add Tasks
edalzell replied to phyllisstein's topic in Share your Workflows
How do I get something in the Today list right away? BTW, AWESOME flow, can we pay you somehow? -
Is there a workflow to look up area code? I tried searching in the forum but "area code" and "areacode" have no results and area code returns too many. I'm looking for one that just take a 3 digit area code and returns the city & state. I could probably cobble something together if there was an easy service to pull from, but I'd really rather not.
-
That workflow has 'Copy to Clipboard' in it. Is that right?
-
I had/have Alfred dropbox syncing turned on. I had to rebuild my Mac. When I got Dropbox set up and re-installed Alfred and re-enabled syncing, I didn't pick up my workflows. How can I bring them across from my backup?
-
I'd like to be able to call a contact via Skype. I see how I can pass the number to a URL, but how do I get the number in there. The URI scheme is skype:<number to call>?call How do I pass in the contact's number? What is the name of the parameter/variable. I searched the docs but didn't see anything.