🦾 UXPTL - systemd service file generator 🦾
_--------------------------------------------------------------------------_
| |
| _------------------------_-----_-_ |
| | _ _ __ __ _ __ | |_ | | | |
| | | | | | \ \/ / | '_ \ | __| | | | |
| | | |_| | > < | |_) | | |_ | | | |
| | \__,_| /_/\_\ | .__/ \__| |_| | |
| | |_| | |
| `--------------------------------` |
| |
| _--------------------------------------_ |
| | uxptl - systemd service file generator | |
| `--------------------------------------` |
| _------------------------------------------------------------_ |
| | argv | description | |
| |--------------------------|-----------------------------------| |
| | -g, --gen | generate new serive file | |
| | -h, --help | print this massage | |
| | -v, --version | print program version | |
| `------------------------------------------------------------` |
| _--------------------_ |
| | by @unxsh | |
| | maintainer: @ssleert | |
| | [email protected] | |
| `--------------------` |
| |
`--------------------------------------------------------------------------`
🧙♂️ another useless utility by sfome 🧙♂️
❓ How to BUILD & INSTALL ❓
git clone https://github.com/unxsh/uxptl.git
cd uxptl/
2) installing dependencies 📦
Dependencies for build 🧑💻
why nuitka ? 🦭
cuz it's simpliest python compiler
python -m pip install nuitka
3) Building or installing 💠
After the build, you will get a binary file in the build/ directory
After installation you will get a binary file in the PATH env variable
.
├── assets
│ ├── asset.py
│ └── __init__.py
├── build.py
├── flags.py
├── funcs.py
├── README.md
└── uxptl.py
1 directory, 7 files