From fd65906aefe5a781bc80b5a3253894a601676696 Mon Sep 17 00:00:00 2001 From: Huynh Viet <71810726+qvieth@users.noreply.github.com> Date: Fri, 30 Jul 2021 20:10:41 +0700 Subject: [PATCH 1/4] Update dict dict : update useful commands --- sheets/dict | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/sheets/dict b/sheets/dict index 800c0bf..82f1ab5 100644 --- a/sheets/dict +++ b/sheets/dict @@ -1,11 +1,22 @@ # dict -# Dictionary client +# dictd - Client/server software, human language dictionary databases, and tools supporting the DICT protocol + +# List Available Databases +dict -D + +# Get Information about a Database +dict -i + +# Specify which database to use +dict -d + +# Look up for "use" in Moby-Thesaurus +dict -d moby-thesaurus use + +# Look up for "local" from all dictionaries in available databases +dict local # A list of all the available dictionaries can be queried by executing. dict -I -# Translate 'understand' to Dutch. -dict -d fd-eng-nld understand -# Show available dict databases. -dict -D From 33d2d51383ea22ecaff89b10181db4965425e4f4 Mon Sep 17 00:00:00 2001 From: Huynh Viet <71810726+qvieth@users.noreply.github.com> Date: Fri, 30 Jul 2021 22:05:00 +0700 Subject: [PATCH 2/4] Update dict Fix grammar, delete a redundant command --- sheets/dict | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/sheets/dict b/sheets/dict index 82f1ab5..76151b4 100644 --- a/sheets/dict +++ b/sheets/dict @@ -1,22 +1,19 @@ # dict # dictd - Client/server software, human language dictionary databases, and tools supporting the DICT protocol -# List Available Databases +# List available databases dict -D -# Get Information about a Database -dict -i +# Get Information about a Database (e.g. moby-thesaurus) +dict -i moby-thesaurus -# Specify which database to use -dict -d - -# Look up for "use" in Moby-Thesaurus +# Look up "use" in Moby-Thesaurus dict -d moby-thesaurus use -# Look up for "local" from all dictionaries in available databases -dict local +# Look up for "perceive" from all dictionaries in all available databases +dict perceive -# A list of all the available dictionaries can be queried by executing. +# List all the available dictionaries server and their info dict -I From 7a647082d0aafb69d1d98f34de41d56e8346e005 Mon Sep 17 00:00:00 2001 From: Huynh Viet <71810726+qvieth@users.noreply.github.com> Date: Fri, 30 Jul 2021 22:09:31 +0700 Subject: [PATCH 4/4] Fix grammar error and remove redundant commands --- sheets/dict | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sheets/dict b/sheets/dict index 76151b4..48ee4ac 100644 --- a/sheets/dict +++ b/sheets/dict @@ -1,16 +1,16 @@ # dict # dictd - Client/server software, human language dictionary databases, and tools supporting the DICT protocol -# List available databases +# List available dictionary databases dict -D -# Get Information about a Database (e.g. moby-thesaurus) +# Get information about a dictionary database (e.g. moby-thesaurus) dict -i moby-thesaurus -# Look up "use" in Moby-Thesaurus +# Look up "use" in Moby-Thesaurus database dict -d moby-thesaurus use -# Look up for "perceive" from all dictionaries in all available databases +# Look up "perceive" in all available dictionary databases dict perceive # List all the available dictionaries server and their info