I'd like to write a command-line client, writing in Python, that would
be able to connect to a pinboard account and do things like:
* Download the most recent bookmarks
* Download your list of tags
* Download all bookmarks with a given tag
* Download all bookmarks matching a given search query
* Download starred items
* Download to read items
* Edit bookmark names and descriptions, tags, star and unstar
bookmarks, mark them read
So basically everything you can do through the web interface, except
that actually using a command-line client to add a new bookmark seems
silly.
You could use this to print out your bookmarks to the command line,
but you could also save them to file and in this way could import them
as posts in a file-based weblog engine like pyblosxom, for example.