pleaser

Polite regex-based sudo alternative for granular privilege escalation.

cargomacoslinuxwindows
Try with needOr install directly
Source

About

please, a polite regex-first sudo alternative

Commands

please

Examples

run a command with elevated permissions$ please systemctl restart nginx
execute a script as root without typing password$ please ./deploy.sh
allow specific commands for users based on patterns$ please -u appuser -c 'systemctl restart app-*'
check if you can run a command with elevated privileges$ please -v systemctl status docker
run shell commands that need sudo with regex rules$ please cat /var/log/auth.log