From 4ae373f32c9d60d6bcd607bd44ddd262fb6bb6e4 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Sun, 23 May 2021 20:06:23 +0200 Subject: [PATCH] Add grex closes #404 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f6ba388..7b6c76c 100644 --- a/readme.md +++ b/readme.md @@ -146,6 +146,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [bitwise](https://github.com/mellowcandle/bitwise) - Base conversion and bit manipulator in ncurses. - [foy](https://github.com/zaaack/foy) - Lightweight general purpose task runner/build tool. - [just](https://github.com/casey/just) - Modern `make`-like command runner. +- [grex](https://github.com/pemistahl/grex) - Generate regular expressions from user-provided test cases. ### Text Editors