ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit 0cf0ea5ebed4a09e8fdae549d32c8825e04201c3
parent c0dabd9a708d14109bf09c852f7d5e39a6ef2aa1
Author: Stephen Gregoratto <dev@sgregoratto.me>
Date:   Sun, 14 Jun 2020 22:01:29 +1000

add todo

Diffstat:
ATODO | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -0,0 +1,5 @@ +- Refactor the global options into seperate structs +- Convert the stdint types into standard system types. + see https://flak.tedunangst.com/post/OpenBSD-integer-types. +- Apply patches from the ports tree. +- Change pattern matching to use the base regex library.