goqute is a simple library for implementing qutebrowser userscripts with the Go programming language.
Two main features:
- Easy access to variables set by qutebrowser (see: Qutebrowser Userscripts Documentation)
- Simple API for communicating back to qutebrowser
For Desktop Notifications you need to install the program notify-send
.
The Go package only has dependencies to the standard library.
go get -u github.com/ck-schmidi/goqute
You can find some examples in the examples
Folder.