mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
- All commands now don't tab-complete after the maximum number of parameters. - Specifies aliases in a more compact way. - Adds commands update, upgrade. - Removes some dead code. Fixes issues #1, #2, #5
838 B
838 B
SDKMAN! for fish
Provides auto-completion for SDKMAN! and adds installed binaries to the PATH.
Tested with fish 2.7.1 and SDKMAN! 5.6.5.
Install
With fisherman (install separately):
fisher reitzig/sdkman-for-fish
Usage
It's all in the background; you should be able to run sdk
and binaries installed
with sdk
as you would expect.
Acknowledgements
- Completion originally by Ted Wise; see his blog post from 2016.
- Binary loading by Koala Yeung; see his comment on sdkman/sdkman-cli#294.