module Doing

Main doing module

Cribbed from github.com/flori/term-ansicolor

title: By Day Export description: Export a table of items grouped by day with daily totals author: Brett Terpstra url: brettterpstra.com

title: CSV Export description: Export CSV formatted data with header row author: Brett Terpstra url: brettterpstra.com

title: Day One Export description: Export entries to Day One plist for auto import author: Brett Terpstra url: brettterpstra.com

title: Doing File Export description: Export Doing format data author: Brett Terpstra url: brettterpstra.com

title: HTML Export description: Export styled HTML view of data author: Brett Terpstra url: brettterpstra.com

title: JSON Export description: Export JSON-formatted data, including entry durations and tag totals author: Brett Terpstra url: brettterpstra.com

title: Markdown Export description: Export GFM-style task list author: Brett Terpstra url: brettterpstra.com

title: TaskPaper Export description: Export TaskPaper-friendly data author: Brett Terpstra url: brettterpstra.com

title: Template Export description: Default export option using configured template placeholders author: Brett Terpstra url: brettterpstra.com

title: Doing Format Import description: Import entries from a Doing-formatted file author: Brett Terpstra url: brettterpstra.com

title: JSON Import description: Import entries from a Doing JSON export author: Brett Terpstra url: brettterpstra.com

title: Timing.app Import description: Import entries from a Timing.app report (JSON) author: Brett Terpstra url: brettterpstra.com

title: Capture Thing Import description: Import entries from a Capture Thing folder author: Brett Terpstra url: brettterpstra.com

Example

doing show -o sayit

Configuration

Change what the plugin says by generating a template with doing template --type say, saving it to a file, and putting the path to that file in export_templates->say in .doingrc.

export_templates: say: /path/to/template.txt

Use a different voice by adding a say_voice key to your .doingrc. Use say -v ? to see available voices.

say_voice: Zarvox

title: HTML Export description: Export styled HTML view of data author: Brett Terpstra url: brettterpstra.com