adding -t to the ssh string, this enables for example the edit action to work over ssh.

the1ts
2011-08-03 04:49:50 -07:00
parent 11a502b281
commit 0b8cd866e0

@@ -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: *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> <pre>
ssh -a username@remote.server.com todo.sh list ssh -a -t username@remote.server.com todo.sh list
</pre> </pre>
Displays the remote todo list. Displays the remote todo list.