You are not logged in.
I use asana.com to manage my todo list. I installed this cli to work with asana: https://github.com/tmacwill/asana-client
I then set up the necessary alias in my .bashrc so that from the terminal I can enter:
task TITLE OF NEW TASKand it gets quickly added to my asana inbox. I would like to figure out a very quick way to run this command from anywhere (like I would have with Alfred or quicksilver in OS X). Unfortunately using gmrun (alt+f2) and entering "task foo" results in an error.
My ideal workflow is that I am in another app, I think of a todo and I hit a hotkey, enter my task text and return. while not ideal I would be ok with using my "task" alias above.
Any ideas how to set that up so I can create tasks as quickly as possible?
Thanks!
Offline
What error are you getting?
Should be easy enough to script something with eg zenity: keybind to open an input box, input your text, Y/N/Cancel and off you go 
Artwork at deviantArt; Iceweasel Personas; SLiM #! Themes; Openbox themes
Offline
Zenitty looks like it could work nicely. Thanks!
Offline
By means of followup, Zenity was the perfect solution:
<keybind key="C-space">
<action name="Execute">
<command>sh -c 'asana WORKSPACE $(zenity --entry --text "Enter asana task" --width=500)'
</command>
</action>
</keybind>Thanks Damo
Offline
hth 
Artwork at deviantArt; Iceweasel Personas; SLiM #! Themes; Openbox themes
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.