ruyadorno / ntl

Node Task List: Interactive cli to list and run package.json scripts
https://www.npmjs.com/package/ntl
MIT License
935 stars 35 forks source link

Allow autocomplete #12

Closed kpman closed 6 years ago

kpman commented 6 years ago

First, thank you for implementing this package. I use ntl everyday.

Do you have any plan to support autocomplete?

https://github.com/mokkabonna/inquirer-autocomplete-prompt#readme

ruyadorno commented 6 years ago

hi @kpman thanks!!! πŸŽ‰ glad to see there's more people out there using ntl other than I πŸ˜‚

super sorry to have taken that much time for a reply but YES I do have plans to add autocomplete since I just recently added it to ntl younger sibling ipt: https://github.com/ruyadorno/ipt/releases/tag/v1.1.0

I'm seriously considering a major revamp of ntl using ipt internally so that it would have all the goodies (improments/bugfixes) done there for free 😊

kpman commented 6 years ago

Hi @ruyadorno, do you have any progress for this issue? I am really looking for it.

ruyadorno commented 6 years ago

hi @kpman, I'm still concentrating efforts on ipt v2 in which I want to reuse here, I'm sorry for the long wait but I don't have a lot of time these days (classic open source dev 😬sorry again). I rather keep my focus and once done over there, implement it the right way here πŸ˜„

in the meantime - if you're really eager to have it, I'd be open to merge a PR here that just implements inquirer-autocomplete-prompt the same way it's done on ipt: https://github.com/ruyadorno/ipt/pull/15/files if you're willing to give it a try πŸ˜‰

ruyadorno commented 6 years ago

hi @kpman, just wanted to keep you posted, I have some good news as the rewrite of the API in ipt is mostly done now https://github.com/ruyadorno/ipt/pull/26

ruyadorno commented 6 years ago

hi @kpman heads up v2.0.0 just landed with -A --autocomplete option πŸ˜„

kpman commented 6 years ago

Nice!!!