-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide human-readable aliases to task sigils
tomorrow -> +1 now -> 0 today -> 0 yesterday -> -1 This enables the user to do: shell> 123 do add a task # will add to later today + shell> 123 tomorrow add a task # will add a task to +1 days on the timeline shell> 123 yesterday add a completed task # add a completed task to -1 day ago on the timeline shell> 123 yesterday # show tasks completed yesterday shell> 123 777 done # more task 777 into the past
- Loading branch information
Showing
1 changed file
with
47 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters