diff options
Diffstat (limited to 'users/sterni/clhs/README.md')
-rw-r--r-- | users/sterni/clhs/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/sterni/clhs/README.md b/users/sterni/clhs/README.md new file mode 100644 index 000000000000..1f42ff43a210 --- /dev/null +++ b/users/sterni/clhs/README.md @@ -0,0 +1,13 @@ +# 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). +``` |