x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit 09bfa9364cdb0ab17db10c4417bb62cd0f90a173
parent 3037a80d2ff3693e0ce53a11bdbcea3b33145433
Author: Oliver Lowe <o@olowe.co>
Date:   Sun, 18 Aug 2024 11:16:35 +1000

pretty README list print

Diffstat:
MREADME | 14+++++++-------
Msummary.sh | 2+-
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README b/README @@ -4,10 +4,10 @@ To install, run install.sh. The following commands are provided: -hits - count web traffic -hlsget - download the contents of a HLS playlist -jsfmt - format javascript source code -lemmyverse - find lemmy communities -llama - prompt a large language model -webpaste - create a web paste on webpaste.olowe.co -xstream - stream X display over the network +- hits - count web traffic +- hlsget - download the contents of a HLS playlist +- jsfmt - format javascript source code +- lemmyverse - find lemmy communities +- llama - prompt a large language model +- webpaste - create a web paste on webpaste.olowe.co +- xstream - stream X display over the network diff --git a/summary.sh b/summary.sh @@ -4,5 +4,5 @@ for f in man/* do name=`basename $f | sed 's/\.[0-9]$//'` description=`grep .Nd $f | sed 's/^\.Nd //'` - echo $name '-' $description + echo - $name '-' $description done