X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/aaca88ef9f8362a7b895db25ddd51d767502deeb..61b2b5fe396c3f1c47a926cd50eb50d60415d415:/index.plp diff --git a/index.plp b/index.plp index ef845c8..53cec89 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,11 +22,21 @@ 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

@@ -52,6 +62,8 @@ but you're free to use, print, alter, and redistribute under the AGPL license.