8c731557b904 v0.0.1
Update README
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 08 May 2018 18:56:18 -0400 |
parents | e4640f290f7b |
children | 44469630ef2a |
branches/tags | v0.0.1 |
files | README.markdown brows.asd |
Changes
--- a/README.markdown Tue May 08 18:53:50 2018 -0400 +++ b/README.markdown Tue May 08 18:56:18 2018 -0400 @@ -1,2 +1,7 @@ -A small utility to open URLs in browsers. Basically a more configurable -[urlview](https://github.com/sigpipe/urlview) in Common Lisp. +`brows` is a small utility to open URLs in browsers. It's intended to be +a (slightly) more configurable [urlview](https://github.com/sigpipe/urlview) in +Common Lisp. + +It's not quite ready for public consumption. I'm currently dogfooding it, but +polishing might take a while. Run at your own risk and be willing to read the +code for documentation right now.