Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make nvm list command more interactive #2094

Open
muhammedmisir opened this issue Aug 27, 2019 · 1 comment
Open

Make nvm list command more interactive #2094

muhammedmisir opened this issue Aug 27, 2019 · 1 comment
Labels
feature requests I want a new feature in nvm!

Comments

@muhammedmisir
Copy link

Currently we can select the node version with the command nvm use <version>.
Entering the version is time consuming. Also you have to check twice if it is the right version. Very often the command nvm list is a precondition for using the command to select the version.

My enhancement would be to make the nvm list command more interactive. So that we can just select the right version by pressing the up and down arrows.

@muhammedmisir muhammedmisir changed the title Make commandline more interactive Make nvm list command more interactive Aug 27, 2019
@ljharb ljharb added the feature requests I want a new feature in nvm! label Aug 27, 2019
@ljharb
Copy link
Member

ljharb commented Aug 27, 2019

nvm currently requires/allows no interactivity; i don't think this complexity is really worth it. Entering the version is typing a few characters; there's simply no way it's slower than navigating an interactive list with arrow keys, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature requests I want a new feature in nvm!
Projects
None yet
Development

No branches or pull requests

2 participants