mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
Adds support for SDKMAN! to fish
- Initialization now delegates do sdkman-init.sh - bash-runner now catches all SDKMAN_* environment variables. Fixes issue #17 Unearthes issue #19 |
||
---|---|---|
completions | ||
conf.d | ||
functions | ||
test | ||
.travis.yml | ||
LICENSE | ||
README.md |
SDKMAN! for fish
Makes command sdk
from SDKMAN! available in fish.
Also provides auto-completion and adds binaries from installed SDKs 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 originally by Koala Yeung; see his comment on sdkman/sdkman-cli#294.