mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-08-30 01:44:11 +02:00
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:
parent
e340263311
commit
1c74078a78
1 changed files with 7 additions and 0 deletions
|
|
@ -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) ([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) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue