Adds support for SDKMAN! to fish
Find a file
Raphael Reitzig d276be6768 Improves behaviour if SDKMAN! is not installed.
Instead of creating all functions and completions and
_add_ one to handle the special case, just don't define
all the things.
2018-07-18 21:19:32 +02:00
completions Improves behaviour if SDKMAN! is not installed. 2018-07-18 21:19:32 +02:00
conf.d Do not add uninstalled SDKs to PATH. 2018-07-14 22:26:38 +02:00
test Adds dummy completions instead of available versions. 2018-07-16 23:12:31 +02:00
.travis.yml Adds completion tests. 2018-07-15 12:27:48 +02:00
LICENSE Initial commit 2018-07-11 02:37:43 +02:00
README.md Changes Travis badge to use master only. 2018-07-14 23:18:17 +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 SDKMAN! 5.6.5.

Install

With fisherman (install separately):

fisher reitzig/sdkman-for-fish

Usage

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

Acknowledgements