v8.998
Add a sudo loop so when an AUR package finishes to build (a few hours later) there will be no need to re enter the root password.
Thanks
Is there something wrong with the sudo loop already built in? From man yay:
--sudoloop
Loop sudo calls in the background to prevent sudo from timing out during long builds.
Searching the issue tracker this seems to have been added back in #147.
Oops. Except for the help, is there a wiki page that document that. I searched google and looked for a wiki or readme entry but didn't found any. I rarely use --help :/
man yay
I'm think I'm one of those people who hate grey on black of the console. Am I the first one to come here?
Well man is happy to open it in the browser instead. Although I don't really see how that adds anything to the text.
If your color scheme is something you hate then fix it. Terminal colors and which ones are used by which programs are almost infinitely customable. That's might be the lamest excuse for not reading the docs I've head. Seriously man <command> is basically the defacto place to document usage and what features are available in CLI programs. You are wasting your time looking anywhere else. Always start there first, then go somewhere else if you need more. Wikis and readmes and website documentation are second resort and supplemental. Sure some projects don't do a good job of documenting there, but it should always be where you check.
How about making --sudoloop the default and adding a --nosudoloop option?
Most helpful comment
How about making
--sudoloopthe default and adding a--nosudoloopoption?