summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-09 23:13:59 -0500
committerCase Duckworth2022-07-09 23:13:59 -0500
commit620fb1c2d2d659b79cbe992fe607da541edd0839 (patch)
tree4b8db1ac96a592c8f89db3f30709be232a8b1ab3
parentMake Thesauracles shout excitedly (diff)
downloadthesauracles-620fb1c2d2d659b79cbe992fe607da541edd0839.tar.gz
thesauracles-620fb1c2d2d659b79cbe992fe607da541edd0839.zip
Add commentary
-rwxr-xr-xthesauracles8
1 files changed, 8 insertions, 0 deletions
diff --git a/thesauracles b/thesauracles index dab2250..c69f28c 100755 --- a/thesauracles +++ b/thesauracles
@@ -5,6 +5,14 @@
5 5
6### Commentary: 6### Commentary:
7 7
8## The wise Thesauracles has the synonym you seek!
9# Ask Thesauracles about a word you'd like to synonymize.
10# He will think about the word and all the others nearby it, before finally
11# yelling out the perfect synonym.
12
13## Usage:
14# thesauracles <word>
15
8### Code: 16### Code:
9 17
10dict_server="dict.org" 18dict_server="dict.org"