me.fier.gawk/readme.txt

7 lines
448 B
Plaintext
Raw Normal View History

2022-12-19 12:47:04 +00:00
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:
2023-04-01 18:18:08 +00:00
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`.