Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 259 Bytes

abitlike

Description

Find the closest matches (using Damerau-Levenshtein distance) of a given term within any word list.

Usage

abitlike --search-target/-s <my term> --file/-f ~/my_word_list.txt [--num-hits/-n <number of hits to return>]