"Minimal", highly modular browser based on WebKitGTK
Go to file
Fierelier 44c74dca9a Fix some race conditions 2023-10-07 17:47:18 +02:00
module Make readList yield instead of return 2023-03-16 13:41:52 +01:00
user/addon Fix some race conditions 2023-10-07 17:47:18 +02:00
.gitignore Initial commit 2022-12-19 13:40:59 +01:00
LICENSE Initial commit 2022-12-19 13:40:59 +01:00
gawk.py Make readList yield instead of return 2023-03-16 13:41:52 +01:00
install.sh Make sure I'm in the right working directory 2023-10-07 17:46:28 +02:00
readme.txt Add install script 2023-04-01 20:18:08 +02:00

readme.txt

Gawk is a minimal browser. It opens the page you give as the first argument and gives you a default WebKit browser. Any further functionality has to be added/replaced with addons.

Prerequisites:
sudo apt install python3-munch python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-webkit2-4.0

You can either run gawk.py directly from where it is, or you can install the browser with `sudo ./install.sh`. For a user-wide install, do `./install.sh -u`.