chmod to make executable command
I've done a quick search, but was getting confused with some answers I found, so forgive me if this is answered elsewhere.
I'm trying to install and use the todo.sh shell I found ( https://github.com/ginatrapani/todo.txt-cli/wiki/User-Documentation). I'm struggling to get Terminal to recognize "todo.sh" as an executable command. I type:
sh todo.sh
chmod +x todo.sh
and I get no errors. But then when I type todo.sh it returns
-bash: todo.sh: command not found
I even tried running this in a tcsh, and I get the same result. To be honest, I've never actually been able to get chmod to work for me before, even though I've tried a handful of times.
Does anyone have any ideas?
Thanks
MacBook, Mac OS X (10.6.5)