add readme for def
This commit is contained in:
parent
4ea9d9198f
commit
ad77ccc470
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user