X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/106a575297624a006488fe22cb785a260bee1f5c..8e747c8a592bcbaffef600bd86d1a0da938813af:/index.plp diff --git a/index.plp b/index.plp index 8de16db..42ff251 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => 'v1.5', + version => 'v1.6', description => [ "Cheat sheets summarising various software programs and standards.", ], @@ -22,7 +22,16 @@ the following topics have been condensed into single pages of reference. Originally created by Mischa Poslawsky, but you're free to use, print, alter, and redistribute under the AGPL license.

+<: +my @format = ('--date=short', "--pretty=%ad (%ar)\t%s"); +if (open my $log, '-|', git => 'log', -1, @format) {{ + my $line = readline $log or next; + my ($date, $subject) = split /[\t\n]/, $line; + $date =~ s/ \K// and $date .= ''; + print "

Last update: $date $subject

\n"; +}} +:>

Keyboard maps