caret

[ACTIVE] a command line tool for browsing Lobsters in your terminal
git clone git://git.figbert.com/caret.git
Log | Files | Refs | README | LICENSE

commit 661f854c9e33e607e8579e85c20370be41975142
parent e0b1393b343b0c3b695736ffa5aeb8a190790795
Author: FIGBERT <figbert@figbert.com>
Date:   Thu,  4 Jan 2024 22:40:49 -0800

Clean up README

Diffstat:
MREADME.md | 24++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md @@ -1,18 +1,14 @@ # crt `caret` is a command line tool for browsing Lobsters in your terminal. -It is heavily inspired by the excellent -[`circumflex`](https://github.com/bensadeh/circumflex). +It is heavily inspired by the excellent [`circumflex`][clx]. -*** +--- ## Installing The binary name for `caret` is `crt`. ### Package Managers -```console -# Homebrew -brew install caret -``` +Coming soon! ### From Source ```console @@ -31,8 +27,12 @@ go install git.figbert.com/caret@latest ## Under the Hood `caret` uses: -* The excellent TUI libraries by the folks at [Charm](https://charm.sh) -* [`less`](http://greenwoodsoftware.com/less/) for viewing comments and articles -* [go-readability](https://github.com/go-shiori/go-readability) -* [html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) -* [go-humanize](https://github.com/dustin/go-humanize) +- The excellent TUI libraries by the folks at [Charm](https://charm.sh) +- [`less`][less] for viewing comments and articles +- [go-readability](https://github.com/go-shiori/go-readability) +- [html-to-markdown][html2md] +- [go-humanize](https://github.com/dustin/go-humanize) + +[clx]: https://github.com/bensadeh/circumflex +[less]: http://greenwoodsoftware.com/less/ +[html2md]: https://github.com/JohannesKaufmann/html-to-markdown