Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bessarabov/d6ad1df13cf0a79f54afa35933e8dc38 to your computer and use it in GitHub Desktop.
Save bessarabov/d6ad1df13cf0a79f54afa35933e8dc38 to your computer and use it in GitHub Desktop.
oneliner to show Home Assistant releases in MSK timezone
bessarabov@bessarabov-osx:~/Dropbox/git/core$ git tag|perl -nalE 'say if /\.0\z/'|perl -nalE 'say if /^2/ || /^0\.11/'|perl -nalE 'say $_, " ", `git show --format=%at $_`'|perl -nalE 'say if /\S/' |perl -nalE 'say sprintf "%-12s %1s", $F[0], `date -r $F[1]`'|perl -nalE 'say if /\S/'
0.110.0 Wed May 20 11:14:49 MSK 2020
0.111.0 Wed Jun 10 17:07:38 MSK 2020
0.112.0 Wed Jul 1 17:47:17 MSK 2020
0.113.0 Wed Jul 22 18:45:03 MSK 2020
0.114.0 Wed Aug 12 13:52:23 MSK 2020
0.115.0 Thu Sep 17 18:37:29 MSK 2020
0.116.0 Wed Oct 7 18:50:57 MSK 2020
0.117.0 Wed Oct 28 22:01:21 MSK 2020
0.118.0 Wed Nov 18 21:01:29 MSK 2020
2020.12.0 Mon Dec 14 00:21:47 MSK 2020
2021.1.0 Wed Jan 6 19:37:48 MSK 2021
2021.2.0 Wed Feb 3 20:19:17 MSK 2021
2021.3.0 Wed Mar 3 22:05:36 MSK 2021
bessarabov@bessarabov-osx:~/Dropbox/git/core$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment