The -a flag will allow the interactive commands to work. i.e. todo.sh del <task> will allow you to type yes or no instead of failing for lack of input.

liammonahan
2011-08-02 22:45:14 -07:00
parent 9e38564ba6
commit 11a502b281

@@ -41,7 +41,7 @@ You can still type @t add laundry@ from anywhere to add a task, but now you can
*Access your remote server's @todo.txt@ via ssh.* If you have a shell account on @remote.server.com@, alias your @todo.sh@ commands to do the same thing as usual but prepend @ssh username@remote.server.com@ to them. Something like:
<pre>
ssh username@remote.server.com todo.sh list
ssh -a username@remote.server.com todo.sh list
</pre>
Displays the remote todo list.