jgclark / NotePlan-tools

This Ruby script adds functionality to the [NotePlan app](https://noteplan.co/). Particularly when run frequently, this provides a more flexible system for repeating tasks, allows for due dates to be expressed as offsets which allows for templates, and moves or files items from Daily files to Note files. It incorporates an ealier script to 'clean' or tidy up NotePlan's data files.
26 stars 6 forks source link

Adding option flags for new toggles #16

Closed kennonb closed 4 years ago

kennonb commented 4 years ago

This should add new option flags for toggling the following items:

  1. Archiving

If the flag -a or --noarchive is set, then it won't automatically move tasks into the ## Done section.

  1. Schedule Removal

If the flag -s of --keepschedules is set, then it won't remove the scheduled (>) dates of completed tasks.

jgclark commented 4 years ago

Thanks for the PR. I've only had to make a few tweaks.