voidcosmos / npkill

List any node_modules 📦 dir in your system and how heavy they are. You can then select which ones you want to erase to free up space 🧹
https://npkill.js.org
MIT License
8.31k stars 188 forks source link

feat: enable deleting with "DELete" in addition to "SPACE" #163

Closed atombrenner closed 1 year ago

atombrenner commented 1 year ago

While working with npkil I found it more natural to delete by using the DEL key (muscle memory) than using the the space key. As it is only a one line change I think it will not hurt to support also the DEL key for persons with the same muscle memory.

zaldih commented 1 year ago

Great idea! I like it. Thanks for your contribution!