asdf-plugins icon indicating copy to clipboard operation
asdf-plugins copied to clipboard

adding support for gum

Open lwiechec opened this issue 1 year ago • 1 comments

Summary

Quickly adding plugin for gum.

Checklist

  • [x] CI tests are green. If you are using GitHub, you might want to use the plugin_test action from asdf-actions
  • [x] asdf-plugins CI sanity checks are green on your PullRequest. Test locally with:
./test_plugin.sh --file plugins/<PLUGIN_FILE>

lwiechec avatar Aug 09 '22 16:08 lwiechec

...what might be missing is handling the completions that gum comes with. I wonder if this is something that asdf plugins take care of? and, if so, what would be the best way to implement that, in bin/exec-env?...

lwiechec avatar Aug 10 '22 07:08 lwiechec

Handling completions is an area asdf does not have a standard solution for. Exec-env might be the best bet

jthegedus avatar Aug 13 '22 09:08 jthegedus

Thanks

jthegedus avatar Aug 13 '22 09:08 jthegedus