Skip to content

courts/rem2jorte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rem2jorte

Author: Patrick Hof courts@offensivethinking.org
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).

rem2jorte Command Line Usage

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.

Examples

remind -s12 ~/.reminders 01 Jan 2011 | rem2jorte

rem2jorte -r < schedule_data.csv

Dependencies

rem2jorte depends on my own remparser library.

RubyGems

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

About

A simple converter script from remind to Jorte calendar and back

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages