/wordsearch

Simple Web app to do regular expression searches on a dictionary file

Primary LanguageGoThe UnlicenseUnlicense

wordsearch

A simple Web app to do regular expression searches on a dictionary file.

The dictionary file is expected to be a file named "words" in your home directory.

Installing

$ go get github.com/quincy/wordsearch
$ go install github.com/quincy/wordsearch