mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Implemented "task ghistory" command to draw a bar chart.
This commit is contained in:
parent
5c91a0d963
commit
6066cc3bab
6 changed files with 238 additions and 4 deletions
|
@ -51,6 +51,7 @@
|
|||
<li>Added "task undelete" feature to restore a (very) recently deleted
|
||||
task
|
||||
<li>Added averages to the "task history" report
|
||||
<li>Added bar chart history report "task ghistory"
|
||||
<li>Added support for rc:<file> to allow override of the default
|
||||
~/.taskrc file
|
||||
<li>Fixed bug where Esc[0m sequences were being emitted for no good reason
|
||||
|
@ -1090,6 +1091,7 @@ on_white on_bright_white</code></pre>
|
|||
task tags
|
||||
task summary
|
||||
task history
|
||||
task ghistory
|
||||
task next
|
||||
task calendar
|
||||
task active
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue