Open efa2d19 opened 1 year ago
Hi @Drugsosos I already created a PR in inquirer
but I'm not sure how long it's gonna take. How about providing -v
to make the Checkbox choices also in verbose mode. We will do some mapping between module and its description anyway, CMIIW
Hi @Drugsosos I already created a PR in
inquirer
but I'm not sure how long it's gonna take. How about providing-v
to make the Checkbox choices also in verbose mode. We will do some mapping between module and its description anyway, CMIIW
Hey. Thanks for your contribution 💙 Not fully understood about verbose mode, can you elaborate?
like when they run mac-cleanup -v
The checkbox will be: [ ] adobe: Clearing Adobe Cache at ~/Library/Application Support/Adobe/Common/Media Cache Files/ [ ] chrome: Clearing Google Chrome Cache at ~/Library/Application Support/Google/Chrome/Default/Application Cache/ ......
like when they run
mac-cleanup -v
The checkbox will be: [ ] adobe: Clearing Adobe Cache at ~/Library/Application Support/Adobe/Common/Media Cache Files/ [ ] chrome: Clearing Google Chrome Cache at ~/Library/Application Support/Google/Chrome/Default/Application Cache/ ......
Good idea actually, but with technical difficulties: I don't think it'll fit inside 100x30 (approx. default terminal unmaximized window size) and soft wraps don't look good imho. I'll create a new issue for that or you can if you wish 😉
Good call. I didn't think about the terminal size since I always open a big terminal window 🤣
@rizkyarlin Assigned this one to you 😉
Is your feature request related to a problem? Please describe.
default_modules.py
every time isn't the solution here.Describe the solution you'd like
inquirer
has something to offer.Describe alternatives you've considered
inquirer
to something else if implementation would be hard or impossible.