Created
September 4, 2025 16:09
-
-
Save joe-chacko/fa641ba64825e7c7f144d00888d0fae8 to your computer and use it in GitHub Desktop.
Interactive Java SDK picker using Linux fuzzy finder (fzf) with sdkman
This file contains hidden or 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
| 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