hasundue / molt

Update dependencies the Deno way
https://jsr.io/@molt
MIT License
60 stars 5 forks source link

Feature request: Interactively select which package to update #176

Open lambdalisue opened 2 months ago

lambdalisue commented 2 months ago

Thanks for the great tool 🎉

One feature request. I'd like to interactively select which packages to update so that I can manually omit updates on some particular packages like https://github.com/dylang/npm-check

hasundue commented 1 month ago

That's actually one of features I've been thinking of, but I'm unlikely to add any interactivity to the CLI in the near future as I don't feel very comfortable with developing or testing it. The history is that the CLI had some interactivity in the first place, where you could choose write or commit for updated dependencies, but I removed it for the sake of simplicity.

But I'll definitely add some improvements to the workflow with the CLI based on #144 in the near future.

I didn't know npm-check but it may be a good reference for the UI. Thanks for the information.