_--------------------------------------------------------------------------_
| |
| _------------------------_-----_-_ |
| | _ _ __ __ _ __ | |_ | | | |
| | | | | | \ \/ / | '_ \ | __| | | | |
| | | |_| | > < | |_) | | |_ | | | |
| | \__,_| /_/\_\ | .__/ \__| |_| | |
| | |_| | |
| `--------------------------------` |
| |
| _--------------------------------------_ |
| | 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] | |
| `--------------------` |
| |
`--------------------------------------------------------------------------`
git clone https://github.com/unxsh/uxptl.git
cd uxptl/
nuitka
python >= 3.8
- why
nuitka
? 🦭 - cuz it's simpliest python compiler
python -m pip install nuitka
./build.py build
./build.py install
.
├── assets
│ ├── asset.py
│ └── __init__.py
├── build.py
├── flags.py
├── funcs.py
├── README.md
└── uxptl.py
1 directory, 7 files