Adds support for SDKMAN! to fish
Find a file
2019-07-31 03:16:23 +02:00
completions Completion of install now admits a path for local installs. 2018-07-18 21:35:24 +02:00
conf.d issue #29: Replace stat with something more portable. 2019-07-31 02:09:47 +02:00
functions Merge branch 'issue-19' into dev 2018-07-21 20:40:51 +02:00
test Merge branch 'dev' into macos-compat 2019-07-31 03:16:23 +02:00
.editorconfig Verify (re-)initialization of SDKMAN env vars works. 2019-07-30 22:19:32 +02:00
.gitignore Verify (re-)initialization of SDKMAN env vars works. 2019-07-30 22:19:32 +02:00
.travis.yml Merge branch 'dev' into macos-compat 2019-07-31 03:16:23 +02:00
LICENSE Initial commit 2018-07-11 02:37:43 +02:00
README.md issue #27 Fish 3 compatibility: make fish 3 tests mandatory. 2019-07-31 03:03:19 +02:00

SDKMAN! for fish

Build Status

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 3.0.2, and SDKMAN! 5.7.3.

Install

With fisher (install separately):

fisher add reitzig/sdkman-for-fish

Note: Only compatible with fisher v3 upwards; v2 is no longer supported.

Usage

It's all in the background; you should be able to run sdk and binaries installed with sdk as you would expect.

Acknowledgements