From ad77ccc4700c7c837426f5d3efabe607b9b0f193 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 1 Mar 2024 11:52:47 +0000 Subject: [PATCH] add readme for def --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d5bc306..50f60a1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,15 @@ performs a grammatical version of code linting, but on your text documents. * `go` - Their Dockerfile (for the docker implementation) calls for golang 1.21 * `.config/vale` - included in this repo. Vale is a bit confusing to setup. So, I'm providing my vale config as a 'starter pack'. This just goes into your own ~/.config location. +### def + +get the definition for an English word, at the terminal + +* `dictd` - The dictionary daemon (its actually a little api service) +* `dict` - The dictionary daemon client +* `dict-gcide` - The "Collaborative International" dictionary. Basically, just the public domain 1913 Edition of Websters. +* `cecho` - see above + ### dirsz dumps a list of the directory sizes recursively from your CWD