diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-07-27 09:47:49 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-07-27 09:47:49 +0000 |
commit | ac3a5fd690bca65e354d3289a7ebb8f489f1dd90 (patch) | |
tree | 03309efdb2a8b796d8b8a85a7ec5e29b8a27c1bf /README | |
parent | 7e8404528b5ccd11008663173c900eff3247758c (diff) |
Added anagram mode.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |