Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.05 KB

Reporter MD

Convert your Reporter App entries into markdown, then import them into Day One... If you want. Example here

General Usage:

python reportermd <date> <dayone>

*Dates MUST be in YYYY-MM-DD format

To see command help run:
reportermd -h
To create a markdown file from all reporter app entries on October 28th 2015 run:
reportermd 2015-10-28
To create a markdown file from all reporter app entries on October 28th 2015 and import them into dayone for that same day:
reportermd 2015-10-28 --dayone=True

*Removes the markdown file when complete.


Installation

With pip: pip install reportermd

With easy_install: easy_install reportermd

From Source:

  1. git clone https://github.com/sambev/reportermd.git
  2. cd reportermd
  3. python setup.py install

Requirements:

Tested on python 2.7.10