Convert Tomboy notes to an Emacs org-mode file.
$ pip install --user .
The main executable will then be available globally:
$ tomboy-to-orgmode -h
tomboy-to-orgmode
takes one positional argument -- the input directory
containing the Tomboy notes (it will be searched recursively).
The resulting org-mode file will be written to standard output.
Example:
$ tomboy-to-orgmode ~/.local/share/tomboy > notes.org
$ tomboy-to-orgmode -h
Feel free to remix this piece of software. See NOTICE and LICENSE for license information.