Author: Patrick Hof [email protected]
License: CC0 1.0 Universal License
Download: git clone http://github.com/courts/rem2jorte.git
A simple script converting the output of 'remind -s' to Jorte's CSV format for easy import. Jorte is a replacement for the default Android calendar. rem2jorte reads all its input from STDIN and writes to STDOUT. For Jorte to recognize the data, it should be saved as 'schedule_data.csv' or 'schedule_add_data.csv', depending on how you want to import (overwriting vs. adding data).
Usage: rem2jorte [options] < $STDIN
-t, --tag Tag Add a tag TAG to either the 'content' field
of a Jorte entry or as a TAG to a remind
entry when in reverse mode
-r, --reverse Convert from Jorte to Remind
-h, --help Show this help
Where $STDIN is the output of 'remind -s' or the content of an exported Jorte CSV file in reverse mode.
remind -s12 ~/.reminders 01 Jan 2011 | rem2jorte
rem2jorte -r < schedule_data.csv
rem2jorte depends on my own remparser library.
A gemspec file is included, so you can build and install rem2jorte as a gem with:
gem build rem2jorte.gemspec
gem install rem2jorte-x.x.x.gem