mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
Initial commit
This commit is contained in:
commit
f6eaf49d1f
4 changed files with 192 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue