erikh / saturn

A calendar for CLI nerds
MIT License
22 stars 0 forks source link

Feature: `move` command to move tasks to different times with english-y prose #39

Open erikh opened 1 year ago

erikh commented 1 year ago

One thing I really want that I don't have is the ability to easily bump tasks from one time slot to another.

A move command could contain a similar parser to the entry parser that allowed for brief statements such as:

move 9 to today at 5pm

or

move 31 to 9/18 from 7:30am to 10:30am

The date and time parsers will probably be re-usable from the entry parser, but the grammar won't.