https://github.com/lazypwny751/polkish
an exec wrapper between policykit's and sudo like programs
https://github.com/lazypwny751/polkish
doas policykit polkit sudo wrapper
Last synced: 4 months ago
JSON representation
an exec wrapper between policykit's and sudo like programs
- Host: GitHub
- URL: https://github.com/lazypwny751/polkish
- Owner: lazypwny751
- License: gpl-3.0
- Created: 2023-11-30T18:09:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T20:18:04.000Z (over 2 years ago)
- Last Synced: 2024-12-30T19:59:11.257Z (over 1 year ago)
- Topics: doas, policykit, polkit, sudo, wrapper
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polkish
a very very simple library for exec wrapper between policykit's and sudo like programs
## Installation
```sh
git clone https://github.com/lazypwny751/polkish.git
cd polkish
sudo make all
```
## Usage
```sh
# in bash script
source /usr/local/lib/bash/5.1/polkish.sh
polkish.exec whoami
# or directly on command line:
polkish "make" "install"
polkish make uninstall
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[GPL3](https://choosealicense.com/licenses/gpl-3.0/)