homepage/content/toys/grepdict/index.md

17 lines
407 B
Markdown
Raw Normal View History

2019-10-05 19:49:01 -06:00
---
title: Grep Dict
2022-09-04 16:59:13 -06:00
description: runs grep on a list of English words; perfect for cheating on crossword puzzles
2019-10-05 19:49:01 -06:00
scripts:
- grepdict.js
---
Ever wanted to run `grep` on `/usr/share/dict/words`,
but you only have a phone?
Me too.
2019-10-26 16:05:15 -06:00
<!-- <label for="regexp">Match Regex</label>: -->
2019-10-05 19:49:01 -06:00
<input id="regexp" type="search" disabled="true" value="loading...">
2019-10-26 16:05:15 -06:00
<button id="anchor">^$</button>
2019-10-05 19:49:01 -06:00
<ul id="matches"></ul>