depot/third_party/tvl/users/sterni/clhs-lookup/README.md

14 lines
289 B
Markdown
Raw Normal View History

# clhs-lookup
Simple cli to lookup symbols' documentation in a local copy of the
Common Lisp HyperSpec.
## usage
```
clhs-lookup [--print] symbol [symbol [...]]
--print Print documentation paths to stdout instead of
opening them with $BROWSER (defaults to xdg-open).
```