From 5befdc9c851f285000c15abc01a08010c719b307 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Sun, 3 Sep 2023 08:01:38 -0600 Subject: sw-convert and sw-fetch tools --- README.gmi | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.gmi') diff --git a/README.gmi b/README.gmi index c1b2842..0355288 100644 --- a/README.gmi +++ b/README.gmi @@ -16,7 +16,7 @@ sliderule is the toolkit for working with the small web in Go. =====+===== ``` -Think of it as a net/http for small web protocols. You still have to write your server, but you can focus on the logic you want to implement knowing the protocol is already dealt with. It's been said of gemini that you can write your server in a day. Now you can write it in well under an hour. +You still have to write your server, but you can focus on the logic you want to implement knowing the protocol is already dealt with. It's been said of gemini that you can write your server in a day. Now you can write it in well under an hour. ## The slide rule @@ -81,6 +81,15 @@ The sub-packages include: * tlsauth contains middlewares and bool functions for authenticating against TLS client certificates * ...with more to come +## Tools + +The tools directory contains main packages that implement useful cli tools for working with the small web. You can install them all at once with: +``` +go install tildegit.org/tjp/sliderule/tools/... +``` + +They all have useful output when given the -h/--help flag. + ## Get it ### Using sliderule in your project -- cgit v1.2.3