summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-07-27 09:47:49 +0000
committerIan C <ianc@noddybox.co.uk>2018-07-27 09:47:49 +0000
commitac3a5fd690bca65e354d3289a7ebb8f489f1dd90 (patch)
tree03309efdb2a8b796d8b8a85a7ec5e29b8a27c1bf /README
parent7e8404528b5ccd11008663173c900eff3247758c (diff)
Added anagram mode.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 7beedac..d8e4a6a 100644
--- a/README
+++ b/README
@@ -5,7 +5,8 @@ license is available at https://github.com/dwyl/english-words.
To use codeword, run it with a text file containing a list of words and a
series of arguments that define whether each character position is a missing
-letter (using period), a numbered letter or a fixed letter.
+letter (using period), a numbered letter or a fixed letter. Also optionally
+give it a switch to put it in anagram mode.
For instance:
@@ -19,3 +20,8 @@ second and fourth character position.
To search for a four letter where the third character is 'w' and all other
characters can be any letter.
+
+ codeword -a words_alpha.txt k i w i
+
+To search for anagrams of 'kiwi'. Note that missing letters can also be used
+in this mode. Putting in numbers will raise an error.