Skip to content

Commit

Permalink
usingcurl/dict.md: added
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 7, 2021
1 parent fc7fffd commit 69e24c9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@
* [Reading email](usingcurl/reademail.md)
* [Sending email](usingcurl/smtp.md)
* [MQTT](usingcurl/mqtt.md)
* [TELNET](usingcurl/telnet.md)
* [TFTP](usingcurl/tftp.md)
* [TELNET](usingcurl/telnet.md)
* [DICT](usingcurl/dict.md)
* [TLS](usingcurl/tls.md)
* [SSLKEYLOGFILE](usingcurl/tls/sslkeylogfile.md)
* [Copy as curl](usingcurl/copyas.md)
Expand Down
1 change: 1 addition & 0 deletions index-words
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ CURLUPART_USER
debian
Debug callback
development
DICT
environment variables
ETag
etiquette
Expand Down
22 changes: 22 additions & 0 deletions usingcurl/dict.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# DICT

DICT is a protocol for dictionary lookups.

## Usage

For fun try

curl dict://dict.org/m:curl
curl dict://dict.org/d:heisenbug:jargon
curl dict://dict.org/d:daniel:gcide

Aliases for 'm' are 'match' and 'find', and aliases for 'd' are 'define' and
'lookup'. For example,

curl dict://dict.org/find:curl

Commands that break the URL description of the RFC (but not the DICT
protocol) are

curl dict://dict.org/show:db
curl dict://dict.org/show:strat

0 comments on commit 69e24c9

Please sign in to comment.