diff --git a/README.md b/README.md index 5aab43d..3a2c1ae 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question * [Clipboard Managers](#clipboard-managers) * [Command-Line Shells](#command-line-shells) * [Addons and Prompts](#addons-and-prompts) + * [Command-Line Text Processing](#command-line-text-processing) * [Compiler Tools](#compiler-tools) * [Linkers](#linkers) * [Computer Graphics](#computer-graphics) @@ -801,6 +802,12 @@ This is a section for repos that are similar to this one either because they are > #### Alternative Plugin Managers > * [zimfw](https://github.com/zimfw/zimfw) +## Command-Line Text Processing + +| Name | Last Untainted
Version/Commit ID | Evidence | Alternative(s) | +|---|:---:|---|---| +| [bat](https://github.com/sharkdp/bat) | [`v0.25.0`](https://github.com/sharkdp/bat/releases/tag/v0.25.0) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/sharkdp/bat/commit/7e436e307d6c9c11f3c04ac567cfbbf90e60e4da), [2](https://github.com/sharkdp/bat/commit/e60875ac125f6698775679fa9a8beb495299b4e5), [3](https://github.com/sharkdp/bat/commit/e070d105b57f854d982212265e2e52d6ea6d24ec)) | [cat](https://en.wikipedia.org/wiki/Cat_(Unix)) | + ## Compiler Tools | Name | Last Untainted
Version/Commit ID | Evidence | Alternative(s) |