Adds support for SDKMAN! to fish
Find a file
Raphael Reitzig ac99d1464c Final macOS incompatibility fix.
Closes issue #29.
2019-11-06 20:52:07 +01:00
completions Final macOS incompatibility fix. 2019-11-06 20:52:07 +01:00
conf.d Final macOS incompatibility fix. 2019-11-06 20:52:07 +01:00
functions Offer to install SDKMAN! if not already installed. 2019-11-05 04:24:36 +01:00
test Final macOS incompatibility fix. 2019-11-06 20:52:07 +01:00
.editorconfig Final macOS incompatibility fix. 2019-11-06 20:52:07 +01:00
.gitignore Verify (re-)initialization of SDKMAN env vars works. 2019-07-30 22:19:32 +02:00
.travis.yml Final macOS incompatibility fix. 2019-11-06 20:52:07 +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