A lightweight, scriptable, keyboard-driven web browser based on Qt WebEngine. *Work in progress* !

Björn Åström 7eb8ca8241 Merge branch 'master' of radioaktiv.zone:b/wtb 3 năm trước cách đây
.gitignore c81b0ee983 Initial commit 4 năm trước cách đây
LICENSE 6d701e1918 Add license 3 năm trước cách đây
Makefile 4c1407f94e Fixes 3 năm trước cách đây
README.md c6315d72b1 Update 'README.md' 3 năm trước cách đây
go.mod 5a7954768e Mode fixes and hinting 3 năm trước cách đây
go.sum 5a7954768e Mode fixes and hinting 3 năm trước cách đây
hint.go 4c1407f94e Fixes 3 năm trước cách đây
main.go 866e85f2b7 Fixes 3 năm trước cách đây
mode.go 5a7954768e Mode fixes and hinting 3 năm trước cách đây
wtb.desktop 5e9ebbe6b0 Add desktop file 3 năm trước cách đây

README.md

wtb

This browser is in a very early stage, and has very few features.

Setting up Qt

You only need to run this once for the module.

export GO111MODULE=on; go get -v github.com/therecipe/qt && go install -v -tags=no_env github.com/therecipe/qt/cmd/... && go mod vendor && git clone https://github.com/therecipe/env_linux_amd64_513.git vendor/github.com/therecipe/env_linux_amd64_513 && $(go env GOPATH)/bin/qtsetup

Building and installing

make
make install