a package.json file with multiple scripts is most likely not well organized. running the tool multiple times to find a script is not very feasible since I'll have to find what I want by scrolling up and down.
you could mitigate this by letting the user:
- order alphabetically
- fuzzy find scripts
- keeping a cache of the scripts the user ran and putting most used scripts at the top
a package.json file with multiple scripts is most likely not well organized. running the tool multiple times to find a script is not very feasible since I'll have to find what I want by scrolling up and down.
you could mitigate this by letting the user: