Initial commit

This commit is contained in:
Raphael Reitzig 2018-07-11 02:37:43 +02:00
commit f6eaf49d1f
4 changed files with 192 additions and 0 deletions

26
README.md Normal file
View file

@ -0,0 +1,26 @@
# SDKMAN! for fish
Provides auto-completion for [SDKMAN!] and adds installed binaries to the PATH.
## 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
* Completion originally by [Ted Wise](https://github.com/ctwise); see his
[blog post from 2016](http://tedwise.com/2016/02/26/using-sdkman-with-the-fish-shell).
* Binary loading by [Koala Yeung](https://github.com/yookoala);
see [his comment on sdkman/sdkman-cli#294](https://github.com/sdkman/sdkman-cli/issues/294#issuecomment-318252058).
[SDKMAN!]: https://github.com/sdkman/sdkman-cli
[fisherman]: https://github.com/fisherman/fisherman