Skip to content

Instantly share code, notes, and snippets.

@joe-chacko
Created September 4, 2025 16:09
Show Gist options
  • Select an option

  • Save joe-chacko/fa641ba64825e7c7f144d00888d0fae8 to your computer and use it in GitHub Desktop.

Select an option

Save joe-chacko/fa641ba64825e7c7f144d00888d0fae8 to your computer and use it in GitHub Desktop.
Interactive Java SDK picker using Linux fuzzy finder (fzf) with sdkman
sdk u java $(sdk l java | grep '^ [*>]' | cut -c 3- | fzf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment