Add bat and cat as alternative (#1045)

### Description of Changes

This PR adds bat as tainted referencing the last untainted version and mentions cat as alternative.

Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1045
Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
Jens Grassel 2026-08-17 16:18:34 +02:00 committed by Ethical FOSS admin
commit 1c74078a78

View file

@ -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 <br />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 <br />Version/Commit ID | Evidence | Alternative(s) |