changie icon indicating copy to clipboard operation
changie copied to clipboard

Switch prompt tool to survey

Open miniscruff opened this issue 3 years ago • 3 comments

promptui has a select and prompt feature but that is all.

https://github.com/AlecAivazis/survey has many more prompt options such as mutliline, confirm and multiselect. I think moving to survey is going to be better regardless as it is in more active development.

The selection of prompt tool should not dictate much in changie, a small abstraction should work and can reduce the testing overhead of using stdin strings for stuff. (TODO design the above)

miniscruff avatar Jun 19 '21 09:06 miniscruff

I am new to this repo, I would like to work on this issue.

jonatan5524 avatar May 21 '22 16:05 jonatan5524

I am new to this repo, I would like to work on this issue.

If you want to get started a little easier I think #238 is simpler btw, just a thought.

miniscruff avatar May 21 '22 16:05 miniscruff

I am new to this repo, I would like to work on this issue.

If you want to get started a little easier I think #238 is simpler btw, just a thought.

I will go through the codebase to see if I am getting what I will need to do for this issue. About the issue itself, I have some questions I will mention in the relevant issue.

jonatan5524 avatar May 21 '22 18:05 jonatan5524

Going to use https://github.com/cqroot/prompt instead

miniscruff avatar Feb 13 '23 20:02 miniscruff