An open API service indexing awesome lists of open source software.

https://github.com/ncfavier/streetlight

`sed streetlight <<< reeter` == lighter
https://github.com/ncfavier/streetlight

Last synced: 7 months ago
JSON representation

`sed streetlight <<< reeter` == lighter

Awesome Lists containing this project

README

          

# streetlight

$ sed streetlight <<< reeter
lighter

This project aims at finding all triplets of words like (streetlight, reeter, lighter). It takes a list of words as `words.txt` and generates its output on the standard output.

See [`output.txt`](https://github.com/naim42/streetlight/blob/master/output.txt) for an example result from the included [`words.txt`](https://github.com/naim42/streetlight/blob/master/words.txt).

See the source in [`streetlight`](https://github.com/naim42/streetlight/blob/master/streetlight) for more information.