sdkman-for-fish/README.md
2019-07-31 03:09:18 +02:00

1.2 KiB

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.

⚠️ Tests indicate that fish 3.x is incompatible.

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