reitzig / sdkman-for-fish

Adds support for SDKMAN! to fish
MIT License
280 stars 13 forks source link

Support sdkman extensions #20

Closed reitzig closed 1 year ago

reitzig commented 5 years ago

SDKMAN! supports extensions. Currently, they are invisible from fish (but should be callable, since the generated sdk call is correct).

Add general completion by scanning the $SDKMAN_DIR/ext folder for sdkman-<command>.sh files. Add <command> as completable command (description?). Further parameters probably can not be completed with a general solution.

reitzig commented 1 year ago

The feature has been abandoned upstream.