Created
May 6, 2021 16:14
-
-
Save meistermeier/60277e798424cdba39616d57a3c04e13 to your computer and use it in GitHub Desktop.
Spring releases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s "https://calendar.spring.io/releases?start=$(date --iso-8601)&end=$(date --iso-8601 --date='next month')" | jq '.[] | [.start, .title] | @csv' | sed 's/[\\"|"]//g' | column -s ',' -t | sort | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course you can append
grep <Your favorite Spring project>
instead of just piping it to a pager.