Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 644 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 644 Bytes

goqute - Golang userscripts for qutebrowser

goqute is a simple library for implementing qutebrowser userscripts with the Go programming language.

Two main features:

Dependencies

For Desktop Notifications you need to install the program notify-send.

The Go package only has dependencies to the standard library.

Installation

go get -u github.com/ck-schmidi/goqute

Usage

You can find some examples in the examples Folder.