Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 404 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 404 Bytes

idris2-qutescript: Writing user scripts for qutebrowser

The qutebrowser is keyboard-focused browser with a nice API for writing and invoking user scripts.

This library provides some types and utilities for writing such user scripts in Idris2. It was originally based on a similar library written in Python: python-qutescript.