/tomboy-to-orgmode

Convert Tomboy notes to an Emacs org-mode file

Primary LanguagePythonApache License 2.0Apache-2.0

Tomboy to org-mode

Convert Tomboy notes to an Emacs org-mode file.

Installation

$ pip install --user .

The main executable will then be available globally:

$ tomboy-to-orgmode -h

Usage

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

Help

$ tomboy-to-orgmode -h

Contributing

Feel free to remix this piece of software. See NOTICE and LICENSE for license information.