Search frontend for the documentation generated by the PureScript compiler
Go to file
Vladimir Kalnitsky 06f26b369e
use parcel (#13)
* refactor package.json

* use parcel
2019-07-25 12:49:54 +03:00
src/Docs/Search use input.select() (#12) 2019-07-24 19:09:27 +03:00
test added: CLI interface; added: search REPL (#5) 2019-07-21 17:29:43 +03:00
.gitignore use parcel (#13) 2019-07-25 12:49:54 +03:00
.travis.yml use parcel (#13) 2019-07-25 12:49:54 +03:00
package.json use parcel (#13) 2019-07-25 12:49:54 +03:00
packages.dhall added: CLI interface; added: search REPL (#5) 2019-07-21 17:29:43 +03:00
preview.png added: CLI interface; added: search REPL (#5) 2019-07-21 17:29:43 +03:00
README.md added: CLI interface; added: search REPL (#5) 2019-07-21 17:29:43 +03:00
spago.dhall added: CLI interface; added: search REPL (#5) 2019-07-21 17:29:43 +03:00

purescript-docs-search

Build status

An app that adds search capabilities to generated documentation for purescript code.

It supports nearly-all functionality of Pursuit, including querying by type.

Installing

Run npm install purescript-docs-search.

Usage

There are two usage scenarios:

Patching static documentation

Use purescript-docs-search build-index command to patch HTML files located in generated-docs/html. You then will be able to search for declarations or types:

Preview

The user interface of the app is optimised for keyboard-only use.

S hotkey can be used to focus on the search field, Escape can be used to leave it. Pressing Escape twice will close the search results listing.

Using the CLI

Running purescript-docs-search within a project directory will open an interactive command-line session.

Note that unlike in Pursuit, most relevant results will appear last.

A quick demo:

asciicast

You may notice that the CLI offers slightly better results than the web interface. This is a performance tradeoff.