Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 792 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 792 Bytes

agda-index

Extract function names and type definitions from Agda modules rendered to HTML by agda --html.

Why?

I want to find definitions by name in large Agda libraries, but I don't know how to write proper Agda backends.

How?

Scan all rendered modules under html/ for definitions, select some using a fuzzy finder and open the definition sites in a browser:

agda-index html/*.html | fzf -d' ' --with-nth='2' | cut -d' ' -f1 | xargs firefox

Licence

This project is subject to the terms of the Mozilla Public License, v. 2.0, see LICENSE. The Agda icon has been adapted from the official Agda logo, and is distributed under the terms of the Agda license.