From 46d92f8844546a2f98184ae804d78325df2bd14e Mon Sep 17 00:00:00 2001 From: Kevin Otte Date: Thu, 8 Jan 2026 14:54:58 -0500 Subject: [PATCH 1/3] Add flite as alternative for espeak-ng --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c48d00..40fe3a2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Any project here may be removed as long as the following become true, even if pr | Name | Alternative(s) | Evidence | Notes | |---|---|---|---| -| [espeak-ng](https://github.com/espeak-ng/espeak-ng) | None | [Dev uses copilot for review](https://github.com/espeak-ng/espeak-ng/pull/2328#pullrequestreview-3559773058) and [is setting up copilot instructions](https://github.com/espeak-ng/espeak-ng/pull/2302) | espeak still exists, but is heavily outdated and very bad from a modern standpoint, so it cannot be considered as an alternative. | +| [espeak-ng](https://github.com/espeak-ng/espeak-ng) | [flite](https://codeberg.org/nivex/open-slopware) | [Dev uses copilot for review](https://github.com/espeak-ng/espeak-ng/pull/2328#pullrequestreview-3559773058) and [is setting up copilot instructions](https://github.com/espeak-ng/espeak-ng/pull/2302) | espeak still exists, but is heavily outdated and very bad from a modern standpoint, so it cannot be considered as an alternative. `flite` users may also wish to install `speech-dispatcher-flite`. | ### Libraries From d6f844f82df9f43cdd280668269589adafc03b7f Mon Sep 17 00:00:00 2001 From: Kevin Otte Date: Thu, 8 Jan 2026 15:10:17 -0500 Subject: [PATCH 2/3] Fix bad paste --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fe3a2..36ff68a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Any project here may be removed as long as the following become true, even if pr | Name | Alternative(s) | Evidence | Notes | |---|---|---|---| -| [espeak-ng](https://github.com/espeak-ng/espeak-ng) | [flite](https://codeberg.org/nivex/open-slopware) | [Dev uses copilot for review](https://github.com/espeak-ng/espeak-ng/pull/2328#pullrequestreview-3559773058) and [is setting up copilot instructions](https://github.com/espeak-ng/espeak-ng/pull/2302) | espeak still exists, but is heavily outdated and very bad from a modern standpoint, so it cannot be considered as an alternative. `flite` users may also wish to install `speech-dispatcher-flite`. | +| [espeak-ng](https://github.com/espeak-ng/espeak-ng) | [flite](http://cmuflite.org/) | [Dev uses copilot for review](https://github.com/espeak-ng/espeak-ng/pull/2328#pullrequestreview-3559773058) and [is setting up copilot instructions](https://github.com/espeak-ng/espeak-ng/pull/2302) | espeak still exists, but is heavily outdated and very bad from a modern standpoint, so it cannot be considered as an alternative. `flite` users may also wish to install `speech-dispatcher-flite`. | ### Libraries From dbdc89705170e8d36f4cd3e900add683a8256d99 Mon Sep 17 00:00:00 2001 From: lunacb Date: Thu, 8 Jan 2026 11:58:13 -0800 Subject: [PATCH 3/3] Add the "elvish" shell as an alternative to nushell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36ff68a..c76d998 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Any project here may be removed as long as the following become true, even if pr | [`cargo-nextest`](https://github.com/nextest-rs/nextest) | Just use `cargo test` | [`CLAUDE.md` and `AGENTS.md` in repository](https://github.com/nextest-rs/nextest/commit/3853279b41cc4a81f82e26fd88fac3bf85054af5) | | [`.NET`](https://dotnet.microsoft.com/) | Any other programming language | [`.NET Runtime` PRs](https://github.com/dotnet/runtime/pulls?q=author%3A%40copilot+is%3Amerged), [`.NET SDK` PRs](https://github.com/dotnet/sdk/pulls?q=author%3A%40copilot+is%3Amerged) | | [`jujutsu`](https://www.jj-vcs.dev/latest/) | continue using `git` itself | [Various core devs openly use LLMs](https://codeberg.org/gen-ai-transparency/tainted-software/raw/branch/main/img/Screenshot%202026-01-08%20at%2009.29.20.png), [(Discord link)](https://discord.com/channels/968932220549103686/968932220549103689/1458874431215505430) | -| [`nushell`](https://www.nushell.sh/) | [`fish` shell](https://fishshell.com/) | [Integrated MCP server](https://github.com/nushell/nushell/tree/main/crates/nu-mcp), [core developer sets Claude as a co-author](https://github.com/nushell/nushell/commit/21a54d47a00f09e3710e08ee7624e7b4332dcb27) | +| [`nushell`](https://www.nushell.sh/) | [`elvish` shell](https://elv.sh), [`fish` shell](https://fishshell.com/) | [Integrated MCP server](https://github.com/nushell/nushell/tree/main/crates/nu-mcp), [core developer sets Claude as a co-author](https://github.com/nushell/nushell/commit/21a54d47a00f09e3710e08ee7624e7b4332dcb27) | | [`yash`](https://magicant.github.io/yash/) | `dash` shell, but there are no other major shells fully targeting POSIX | [Assigns and auto-reviews MRs with LLMs](https://github.com/magicant/yash/pull/217#issue-3699124790) | ### Editors