Open erikh opened 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.
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.