summaryrefslogtreecommitdiff
path: root/Userland/Utilities/pls.cpp
AgeCommit message (Expand)Author
2021-12-28pls: Stop on first non option when parsing argumentsIdan Horowitz
2021-12-16pls: Port to LibMain :^)Andreas Kling
2021-09-12LibCore: Make Account::authenticate take a SecretStringBrian Gianforcaro
2021-09-12LibCore: Make get_password return SecretString instead of StringBrian Gianforcaro
2021-08-16Userland: Add as-user execution to the pls utilitypyunbiwi
2021-05-30pls: Fix typo in TERM environment variable propagationAndreas Kling
2021-05-30pls: Drastically simplify this programAndreas Kling
2021-05-30pls: Unveil search paths with browse permissionsBrendan Coles
2021-05-29Userland: Check sudoers file perms and owner in plsJesse Buhagiar
2021-05-29Userland: Implement `pls`, a sudo cloneJesse Buhagiar