A simple CLI tool for Finder Sidebar modification.
List sidebar favorites items:
mysides list
Append a new item to the end of a list:
mysides add example file:///Users/Shared/example
Remove all sidebar favorites
mysides clear
Remove the item (by name):
mysides remove example
portions (l) copyleft 2011 Adam Strzelecki nanoant.com without whom I would not know much about the LSSharedFileList API.