Norwik / Goenv

🐺 Manage Your Applications Go Environment.
MIT License
33 stars 2 forks source link

Listing the Go versions available for install #28

Open ndejoma opened 1 year ago

ndejoma commented 1 year ago

Is your feature request related to a problem? Please describe. Yes, I use a tool like nvm to manage my Node versions. In nvm we have a command nvm ls-remote which lists the Node versions that are available for install so that I can know what to install with the goenv install command and specifying the right version.

Describe the solution you'd like A command like goenv ls-remote which will return the Go versions available for download and also marks which of the available Go versions have been installed locally by using a different coloring or another way to mark them as already installed, similar to what nvm ls-remote. It will also be good to mark the LTS versions of Go that are available for installation.

Clivern commented 1 year ago

Hi @ndejoma, That sound reasonable to me! Hopefully i can pick it up or if u're interested, please feel free to do so.

ankitcharolia commented 6 months ago

@ndejoma @Clivern : Kindly try this out https://github.com/ankitcharolia/goenv (ignore if it does not fit to your requirements)