mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 13:27:10 -07:00
26 lines
795 B
Markdown
26 lines
795 B
Markdown
# 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
|