Skip to content

jakubvalenta/tomboy-to-orgmode

Repository files navigation

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 --help

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

You can try the script with the test data included in this repository:

$ tomboy-to-orgmode tomboy_to_orgmode/tests/test_data

Help

$ tomboy-to-orgmode --help

Development

Installation

make setup-dev

Testing and linting

make test
make lint

Help

make help

Contributing

Feel free to remix this project under the terms of the Apache License, Version 2.0.