logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cifer-dict - turn files containing lists of words into a dictionary for cifer(1)

Authors

Bugs

       Please   report   any   bugs   by   sending   email   to   either    <simrunbasuita@googlemail.com>    or
       <danieljonathanrichman@googlemail.com>.

Description

       In  order  to use some functions of cifer(1), a specially formatted 'dictionary' must be supplied. cifer-dict takes files containing lists of words as arguments, and outputs the correctly formatted dictionary.

       This dictionary will have unicode characters  converted  to  their  nearest  ASCII  equivalents  and  all
       characters converted to lower case. It will be sorted and duplicates removed.

Examples

cifer-dict/usr/share/dict/wordsdict

       This uses /usr/share/dict/words as the input list and creates the formatted dictionary as dict.

       cifer-dict/usr/share/dict/words/home/superman/mywordsdictionary

       This  uses  /usr/share/dict/words  and  /home/superman/mywords  as  input lists and creates the formatted
       dictionary as dictionary.

Name

       cifer-dict - turn files containing lists of words into a dictionary for cifer(1)

See Also

cifer(1)

                                                                                                   CIFER-DICT(1)

Synopsis

cifer-dictinput1 [input2]... output

See Also