mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
WWW-12: yesterday tag not recognised
- Thanks to Michel Crucifix.
This commit is contained in:
parent
935145eb9b
commit
eb50862c1e
4 changed files with 5 additions and 2 deletions
1
AUTHORS
1
AUTHORS
|
@ -32,3 +32,4 @@ suggestions:
|
|||
Rene Vergara
|
||||
Matthias Rieber
|
||||
lumbric
|
||||
Michel Crucifix
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
- TI-20 Week number does not agree with Taskwarrior
|
||||
(thanks to Dirk Deimeke).
|
||||
- TI-22 The 'day' chart crashes if there is an open interval and no others
|
||||
- WWW-12 yesterday tag not recognised
|
||||
(thanks to Michel Crucifix).
|
||||
- timew 0.9.5~alpha install bug
|
||||
(thanks to Gordon Ball).
|
||||
- Improved out-of-source build for themes, holidays
|
||||
|
|
|
@ -63,7 +63,7 @@ See also 'hints', 'show'.
|
|||
.B timew continue
|
||||
Resumes tracking the most recently closed interval. For example:
|
||||
|
||||
$ timew track yesterday 9am - 5pm tag1 tag2
|
||||
$ timew track 9am - 10am tag1 tag2
|
||||
$ timew continue
|
||||
|
||||
The 'continue' command creates a new interval, starting now, and using the
|
||||
|
|
|
@ -173,7 +173,7 @@ int CmdHelp (
|
|||
<< '\n'
|
||||
<< "Resumes tracking the most recently closed interval. For exqample:\n"
|
||||
<< '\n'
|
||||
<< " $ timew track 9am - 5pm tag1 tag2\n"
|
||||
<< " $ timew track 9am - 10am tag1 tag2\n"
|
||||
<< " $ timew continue\n"
|
||||
<< '\n'
|
||||
<< "The 'continue' command creates a new interval, starting now, and using the tags\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue