16 lines
314 B
Markdown
16 lines
314 B
Markdown
---
|
|
title: Grep Dict
|
|
scripts:
|
|
- grepdict.js
|
|
---
|
|
|
|
Ever wanted to run `grep` on `/usr/share/dict/words`,
|
|
but you only have a phone?
|
|
Me too.
|
|
|
|
<!-- <label for="regexp">Match Regex</label>: -->
|
|
<input id="regexp" type="search" disabled="true" value="loading...">
|
|
<button id="anchor">^$</button>
|
|
|
|
<ul id="matches"></ul>
|