mattbaker / git-vanity-sha

vanity hex prefixes for your commit SHAs
Other
295 stars 5 forks source link

Leetspeak workaround for difficult words #4

Closed misternu closed 6 years ago

misternu commented 6 years ago

Some words that would be invalid could be made to work by using number substitutes for some letters, example:

'leet' => ['1337', '1ee7']

And some valid words could be tried in multiple spellings to decrease the error being introduced to the commit time, or to provide options:

'cafe' => ['cafe', 'c4fe', 'caf3', c4f3']

mattbaker commented 6 years ago

This is a cool idea, let's keep it in mind :)