From 58630a8d85739e139af830d0cef81beb0510fc60 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 31 Oct 2022 20:57:55 +0100 Subject: [PATCH] move sparkline example below interrupted git group --- barcat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.0