Brad Fitzpatrick (brad) wrote,
Brad Fitzpatrick
brad

woo

I'm starting to really use my palm pilot lately. This is my latest neat script, allowing me to use the gnome pilot daemon along with the pilot-link tool to get my to-do list:

#!/bin/sh
gpilotd-client -p
read-todos /dev/pilot > ~/todo.txt
gpilotd-client -u
emacs -nw ~/todo.txt

Then I have a panel launcher run this in a terminal, where I have to hit sync, then it brings up my todo list in emacs.

Next step: a command to before the emacs line to parse the output, sync it to my LJ todo list (requires me to extend the protocol to do todo list stuff), and then gnome-moz-remote to my LJ todo page instead of bringing up emacs.
Subscribe

  • Post a new comment

    Error

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

    When you submit the form an invisible reCAPTCHA check will be performed.
    You must follow the Privacy Policy and Google Terms of use.
  • 2 comments