Adds support for SDKMAN! to fish
Find a file
2019-11-05 06:11:48 +01:00
completions issue #29: Avoid GNU-specific find. 2019-11-05 05:32:11 +01:00
conf.d Merge branch 'dev' into macos-compat 2019-11-05 04:54:15 +01:00
functions Offer to install SDKMAN! if not already installed. 2019-11-05 04:24:36 +01:00
test issue #29: Local Homebrew formula for fish 2 2019-11-05 05:52:02 +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 issue #29: Fix installation test. 2019-11-05 06:11:48 +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