From b63a3a69329a20e4dd1183f937b769a0d1234157 Mon Sep 17 00:00:00 2001 From: Tpaefawzen <100011199+Tpaefawzen@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:21:56 +0900 Subject: [PATCH] Add Parsrs to the CLI tools list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..e6b3e6f 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [visidata](https://github.com/saulpw/visidata) - A terminal spreadsheet-like tool for interactively exploring data. * [jc](https://github.com/kellyjonbrazil/jc) - Converts the output of many CLI tools, file-types, and common strings into JSON * [logdy](https://github.com/logdyhq/logdy-core) - jq, tail, less, grep and awk merged together and available in a clean web UI. +* [Parsrs](https://github.com/ShellShoccar-jpn/Parsrs) - CSV, JSON, XML text parsers and generators written in pure POSIX shellscript. `parsrj.sh` and `makrj.sh`. ## Databases * [MongoDB](https://www.mongodb.com/) - an open-source document database, and the leading NoSQL database.