Jump to content

devaholik

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by devaholik

  1. Did that and no go here - nothing happens so now the question is how do we debug the issue on my machine?
  2. And just to through a whole other side to it if you use regular terminal from alfred it works, i.e. > ru add to milk
  3. Here it is attached, remember that you will have to install and configure Rumember ( https://github.com/tpope/rumember ) Gotta love those moments Workflow: https://droplr.com/elEg
  4. I tested the same script (method 2) in console script worked flawlessly. No errors are showing up - unless there is a debug for alfred I can see? Also i even tried to just execute a command in the script say: ru "test adding to milk manually" and that doesn't work. I have tried with all the different options on escaping none seem to work, here is my setup: http://screencast.com/t/HKfD6ekbsU http://screencast.com/t/qqj0jVoI I am pretty sure I am doing something wrong just wish I knew what it was
  5. Tried to do that just now both of the methods above and put the query in quotes, still no go It doesn't even seem like its running the command.
  6. I am going a little nuts, I know I must be doing something wrong (since its not working) but I can't figure it out. I installed and configured Rumember - from terminal executing: ru pick up the milk ^Today #Personal works just fine and adds to RTM. I have then setup a workflow in Alfred that on typing 'r {query}' it would execute a shell script. I tried to different methods to get this to work: METHOD 1 ru {query} METHOD 2 shopt -s expand_aliases if [ -f "${HOME}/.bash_profile" ] ; then source "${HOME}/.bash_profile" fi ru {query} & Neither method works, no errors , nothing in bash history just blank. Any help would be great! Thanks
×
×
  • Create New...