From 29438da7f5af85ef06f091d848c465e6e71986e3 Mon Sep 17 00:00:00 2001 From: jessebot Date: Fri, 17 Apr 2026 10:09:45 +0200 Subject: [PATCH] create new terminal section for both emulators and multiplexers (#410) This just makes it easier to find both, and starts the process of getting rid of the "developer tools" section which is a bit too broad. Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/410 Co-authored-by: jessebot Co-committed-by: jessebot --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e811cf6..a93de63 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ See a project on here that you love, and wish wasn't on here? Check out our [**N * [Video](#video) * [Developer Tools](#developer-tools) * [Compiler Tools And Related](#compiler-tools-and-related) - * [Terminal Multiplexers](#terminal-multiplexers) * [Version Control](#version-control) * [Document Viewers](#document-viewers) * [Editors](#editors) @@ -82,7 +81,9 @@ See a project on here that you love, and wish wasn't on here? Check out our [**N * [Budgeting](#budgeting) * [System Services and Daemons](#system-services-and-daemons) * [Operating Systems](#operating-systems) - * [Terminal Emulators](#terminal-emulators) + * [Terminal](#terminal) + * [Terminal Emulators](#terminal-emulators) + * [Terminal Multiplexers](#terminal-multiplexers) * [Virtualization](#virtualization) * [Alternatives](#virtualization-alternatives) * [VPN Software](#vpn-software) @@ -436,12 +437,6 @@ This is a section for repos that are similar to this one either because they are |---|:---:|---|---| | [LLVM](https://llvm.org/) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://llvm.org/docs/AIToolPolicy.html)) | [GCC](https://gcc.gnu.org/), [Cranelift](https://cranelift.dev/), [pcc](https://github.com/PortableCC/pcc) | -### Terminal Multiplexers -| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) | -|---|:---:|---|---| -| [tmux](https://github.com/tmux/tmux) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/tmux/tmux/wiki/Contributing#use-of-ai)) | [dtvm](https://www.brain-dump.org/projects/dvtm/), [mtm](https://github.com/deadpixi/mtm), [GNU Screen](https://www.gnu.org/software/screen/) | -| [zellij](https://zellij.dev/) | [`1411b2d9`](https://github.com/zellij-org/zellij/commit/1411b2d9adf2d08a6e14f3262493ca9e6d26b219) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/zellij-org/zellij/commit/0532949bbdcee5116e91807ddb45a85d78a2aafc)) | [dvtm](https://www.brain-dump.org/projects/dvtm/), [mtm](https://github.com/deadpixi/mtm), [GNU Screen](https://www.gnu.org/software/screen/) | - ### Version Control | Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) | |---|:---:|---|---| @@ -775,7 +770,9 @@ list of unified push distributors at: https://unifiedpush.org/users/distributors > * [RedoxOS](https://redox-os.org/) has [banned LLMs](https://gitlab.redox-os.org/redox-os/redox/-/blob/master/CONTRIBUTING.md) > * [Haiku](https://www.haiku-os.org/) has [banned LLMs](https://www.haiku-os.org/community/organization/policies/) -## Terminal Emulators +## Terminal + +### Terminal Emulators | Name | Last Untainted Version or Commit ID | Tags and Evidence | |---|:---:|---| @@ -797,6 +794,12 @@ list of unified push distributors at: https://unifiedpush.org/users/distributors > * [xfce4-terminal] > * [XTerm] +### Terminal Multiplexers +| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) | +|---|:---:|---|---| +| [tmux](https://github.com/tmux/tmux) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/tmux/tmux/wiki/Contributing#use-of-ai)) | [dtvm](https://www.brain-dump.org/projects/dvtm/), [mtm](https://github.com/deadpixi/mtm), [GNU Screen](https://www.gnu.org/software/screen/) | +| [zellij](https://zellij.dev/) | [`1411b2d9`](https://github.com/zellij-org/zellij/commit/1411b2d9adf2d08a6e14f3262493ca9e6d26b219) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/zellij-org/zellij/commit/0532949bbdcee5116e91807ddb45a85d78a2aafc)) | [dvtm](https://www.brain-dump.org/projects/dvtm/), [mtm](https://github.com/deadpixi/mtm), [GNU Screen](https://www.gnu.org/software/screen/) | + ## Virtualization | Name | Last Untainted Version or Commit ID | Tags and Evidence |