HiveMinds / tw-install

Automatically installs Taskwarrior, Taskserver (TODO: and Timewarrior). This project aims to support automated installation of all Taskwarrior hook scripts, configuration flavours etc. with a single command.
GNU Affero General Public License v3.0
17 stars 7 forks source link

Create/find ghistory script/hook per day instead of per month. #57

Open a-t-0 opened 3 years ago

a-t-0 commented 3 years ago

Currently, the "cannonical" command for ghistory is:

ghistory.monthly
``
 So 

task ghistory

 is interpreted as 
```task ghistory.monthly

You can also use task ghistory.annual but task ghistory.daily does not work. Make an equivalent script and taskwarrior command that generates the intended command. e.g. task ghistory.daily.42 should show the ghistory per day of the last 42 days.