Adds support for SDKMAN! to fish
Find a file
2019-11-05 04:42:40 +01:00
completions Completion of install now admits a path for local installs. 2018-07-18 21:35:24 +02:00
conf.d Fix reinitialization test. 2019-11-05 03:48:59 +01:00
functions Offer to install SDKMAN! if not already installed. 2019-11-05 04:24:36 +01:00
test Offer to install SDKMAN! if not already installed. 2019-11-05 04:24:36 +01:00
.editorconfig Offer to install SDKMAN! if not already installed. 2019-11-05 04:24:36 +01:00
.gitignore Verify (re-)initialization of SDKMAN env vars works. 2019-07-30 22:19:32 +02:00
.travis.yml Add test for issue #26 2019-11-05 04:19:50 +01:00
LICENSE Initial commit 2018-07-11 02:37:43 +02:00
README.md Offer to install SDKMAN! if not already installed. 2019-11-05 04:24:36 +01:00

SDKMAN! for fish

Build Status

Makes command sdk from SDKMAN! usable from fish, including auto-completion. Also 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.
  • You have to install SDKMAN! separately.

Usage

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

Acknowledgements