mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-07 01:27:04 +02:00
Add zellij (#280)
Adds zellij terminal multiplexer. I've added the same alternatives as in #251, but I cannot personally vouch for these. Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/280 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: James Rampton <james@rampton.io> Co-committed-by: James Rampton <james@rampton.io>
This commit is contained in:
parent
6d2c8b4dee
commit
05d057ef18
1 changed files with 7 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
|
|||
* [Terminal Emulators](#terminal-emulators)
|
||||
* [Developer Tools](#developer-tools)
|
||||
* [Compiler Tools And Related](#compiler-tools-and-related)
|
||||
* [Terminal Multiplexers](#terminal-multiplexers)
|
||||
* [Version Control](#version-control)
|
||||
* [Document Viewers](#document-viewers)
|
||||
* [Programming Languages](#programming-languages)
|
||||
|
|
@ -378,7 +379,6 @@ This is a section for repos that are similar to this one either because they are
|
|||
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|
||||
|---|:---:|---|---|
|
||||
| [Atuin](https://github.com/atuinsh/atuin) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/atuinsh/atuin/blob/main/AGENTS.md), [2](https://github.com/atuinsh/atuin/pull/2777#issuecomment-2944105696))<br />[](#ai-functionality) ([1](https://github.com/atuinsh/atuin/pull/3199)) | Built-in shell history |
|
||||
| [tmux](https://github.com/tmux/tmux) | [](#request-for-help) | [](#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) |
|
||||
| [Nextest](https://github.com/nextest-rs/nextest) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/nextest-rs/nextest/commit/3853279b41cc4a81f82e26fd88fac3bf85054af5)) | Just use `cargo test` |
|
||||
| [Golly](https://golly.sourceforge.io/) | [](#request-for-help) | [](https://codeberg.org/small-hack/open-slopware#gen-ai-art) ([1](https://golly.sourceforge.io/Help/changes.html)) | [](#request-for-help) |
|
||||
| [Just](https://just.systems/) | [](#request-for-help) | [](#ai-functionality) ([1](https://just.systems/man/en/model-context-protocol.html)) | A Make implementation |
|
||||
|
|
@ -405,6 +405,12 @@ This is a section for repos that are similar to this one either because they are
|
|||
|---|:---:|---|---|
|
||||
| [LLVM](https://llvm.org/) | [](#request-for-help) | [](#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) | [](#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) ([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) |
|
||||
|---|:---:|---|---|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue