You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
,x -> toggle task marked as canceled
,> -> toggle task marked as pushed
Also added option for marking a task as done without a timestamp
(because sometimes I mark it done way after I actually did it, but I
don't care about the timestamp, but I also don't want an incorrect
timestamp)
,d -> toggle task marked done, sans timestamp
Also improved speed of marking task done w/ timestamp by using built-in
strftime() instead of making system call to the system's date command.
Minor change to the date format. The year portion is unecessary, and
prefer a lowercase am/pm.
0 commit comments