Two Short Python Scripts For Tomboy Notes
OK, here are two more scripts I wrote to do useful things with python and Tomboy notes. ## tbclip This first one copies whatever text is currently selected and creates a Tomboy note with it. NB: You must have *xclip* installed. ```python #!/usr/bin/python import sys, dbus, subprocess #Get the D-Bus...
[Read More]