From 4e44c2554ae88c48dccd8d1551528e10626f7bba Mon Sep 17 00:00:00 2001 From: Sundeep Agarwal Date: Fri, 28 May 2021 14:00:20 +0530 Subject: [PATCH] Add frawk, alternative to awk (#33) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0c978b3..ea02b9f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md). * [zoxide](https://github.com/ajeetdsouza/zoxide) - A smarter cd command for your terminal. +#### awk + +* [frawk](https://github.com/ezrosent/frawk) - an efficient awk-like language + #### cat * [bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings.