From: Mischa POSLAWSKY Date: Mon, 31 Oct 2022 19:57:55 +0000 (+0100) Subject: move sparkline example below interrupted git group X-Git-Tag: v1.08~2 X-Git-Url: http://git.shiar.nl/barcat.git/commitdiff_plain/58630a8d85739e139af830d0cef81beb0510fc60 move sparkline example below interrupted git group --- diff --git a/barcat b/barcat index 8e104c9..dfe6a10 100755 --- a/barcat +++ b/barcat @@ -651,16 +651,16 @@ Or the top 3 most frequent authors with statistics over all: git shortlog -sn | barcat -L3 -s -Sparkline graphics of simple input given as inline parameters: - - barcat --spark= 3 1 4 1 5 0 9 2 4 - Activity graph of the last days (substitute date C<-v-{}d> on BSD): ( git log --pretty=%ci --since=30day | cut -b-10 seq 0 30 | xargs -i date +%F -d-{}day ) | sort | uniq -c | awk '$1--' | barcat --spark +Sparkline graphics of simple input given as inline parameters: + + barcat --spark= 3 1 4 1 5 0 9 2 4 + =head1 AUTHOR Mischa POSLAWSKY