Skip to content

Instantly share code, notes, and snippets.

@meistermeier
Created May 6, 2021 16:14
Show Gist options
  • Save meistermeier/60277e798424cdba39616d57a3c04e13 to your computer and use it in GitHub Desktop.
Save meistermeier/60277e798424cdba39616d57a3c04e13 to your computer and use it in GitHub Desktop.
Spring releases
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
@meistermeier
Copy link
Author

Of course you can append grep <Your favorite Spring project> instead of just piping it to a pager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment