Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4nd3r/runweb
run website like an app
https://github.com/4nd3r/runweb
appmode command-line linux notify-send pyqt6 suckless tiling-window-manager webengine xdg-open
Last synced: 16 days ago
JSON representation
run website like an app
- Host: GitHub
- URL: https://github.com/4nd3r/runweb
- Owner: 4nd3r
- License: wtfpl
- Created: 2019-09-01T19:54:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T18:35:41.000Z (11 months ago)
- Last Synced: 2024-02-15T19:40:42.834Z (11 months ago)
- Topics: appmode, command-line, linux, notify-send, pyqt6, suckless, tiling-window-manager, webengine, xdg-open
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# runweb
Run website like an app.
## Install
```
$ sudo apt install xdg-utils libnotify-bin
```### Use local PyQt6
```
$ sudo apt install python3-pyqt6.qtwebengine
$ ln -sf "$PWD/bin/runweb" "$HOME/.local/bin/runweb"
```### Use PyQt6 from PyPI
```
$ make
$ ln -sf "$PWD/.venv/bin/runweb" "$HOME/.local/bin/runweb"
```## Usage
```
$ 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 navigatingoptions:
-h, --help show this help message and exit
-p NAME persistent profile name
```