Open danielhoherd opened 1 year ago
termgraph v0.5.3
Tested on linux (and macos using gdate instead of date) with this reproduction: for X in {30..1} ; do gdate -d "-$X days" "+%F $(( $X % 10 )) " ; done | termgraph
gdate
for X in {30..1} ; do gdate -d "-$X days" "+%F $(( $X % 10 )) " ; done | termgraph
termgraph v0.5.3
Tested on linux (and macos using
gdate
instead of date) with this reproduction:for X in {30..1} ; do gdate -d "-$X days" "+%F $(( $X % 10 )) " ; done | termgraph