Run website like an app.
$ sudo apt install xdg-utils libnotify-bin
$ sudo apt install python3-pyqt6.qtwebengine
$ ln -sf "$PWD/bin/runweb" "$HOME/.local/bin/runweb"
$ make
$ ln -sf "$PWD/.venv/bin/runweb" "$HOME/.local/bin/runweb"
$ runweb -h
usage: runweb [-h] [-p NAME] URL [URL ...]
run website like an app
positional arguments:
URL first URL is initial, other (hosts) are permitted when navigating
options:
-h, --help show this help message and exit
-p NAME persistent profile name