Convert Tomboy notes to an Emacs Org-mode file.
$ pip install --user .
The main executable will then be available globally:
$ tomboy-to-orgmode --help
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
You can try the script with the test data included in this repository:
$ tomboy-to-orgmode tomboy_to_orgmode/tests/test_data
$ tomboy-to-orgmode --help
make setup-dev
make test
make lint
make help
Feel free to remix this project under the terms of the Apache License, Version 2.0.