[PR #710] Add say-it — pronunciation CLI for developer jargon #12001

Open
opened 2026-06-18 04:42:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/710
Author: @anzy-renlab-ai
Created: 5/16/2026
Status: 🔄 Open

Base: masterHead: add-say-it


📝 Commits (2)

  • 83c9ff0 Add say-it: pronunciation CLI for developer jargon
  • e9805b2 say-it: bump entry count + note Linux/Windows fallbacks

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Repo: https://github.com/anzy-renlab-ai/pronounce
Live demo: https://pronounce.renlab.ai

say-it is a zero-dependency Bash CLI that pronounces developer project / product / jargon names — kubectl, nginx, GIF, JSON, JWT, Knative, Pydantic, and 540+ more — out loud through your speakers, using a community-maintained dictionary of how engineers actually say them.

$ say-it kubectl
🔊  koob control. koob control. koob control. or: cube cuddle. or: kube C T L.

$ say-it --why GIF
word              GIF
ipa               /dʒɪf/
respelling_us     jif
source            Steve Wilhite, NYT (2013)
url               https://www.nytimes.com/2013/05/22/business/media/...

Why it fits awesome-shell:

  • Pure Bash, zero deps (wraps macOS say)
  • Single binary, single TSV dictionary — auditable
  • Useful daily — every dev has heard "kub-cuttle" said in standup
  • Each entry tagged with confidence (creator-clarified / community-consensus / contested) and a source URL
  • MIT licensed, contributing is just a PR to a TSV file

Inserted alphabetically under ## For Developers between repren and slap.

Thanks for considering!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alebcay/awesome-shell/pull/710 **Author:** [@anzy-renlab-ai](https://github.com/anzy-renlab-ai) **Created:** 5/16/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-say-it` --- ### 📝 Commits (2) - [`83c9ff0`](https://github.com/alebcay/awesome-shell/commit/83c9ff07a22a4fd3ffc8469cde0b1e03ac250dd0) Add say-it: pronunciation CLI for developer jargon - [`e9805b2`](https://github.com/alebcay/awesome-shell/commit/e9805b28b823b4687e360496ab379d205dc6d392) say-it: bump entry count + note Linux/Windows fallbacks ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description **Repo:** https://github.com/anzy-renlab-ai/pronounce **Live demo:** https://pronounce.renlab.ai `say-it` is a zero-dependency Bash CLI that pronounces developer project / product / jargon names — `kubectl`, `nginx`, `GIF`, `JSON`, `JWT`, `Knative`, `Pydantic`, and 540+ more — out loud through your speakers, using a community-maintained dictionary of how engineers *actually* say them. ``` $ say-it kubectl 🔊 koob control. koob control. koob control. or: cube cuddle. or: kube C T L. $ say-it --why GIF word GIF ipa /dʒɪf/ respelling_us jif source Steve Wilhite, NYT (2013) url https://www.nytimes.com/2013/05/22/business/media/... ``` **Why it fits awesome-shell:** - Pure Bash, zero deps (wraps macOS `say`) - Single binary, single TSV dictionary — auditable - Useful daily — every dev has heard "kub-cuttle" said in standup - Each entry tagged with confidence (creator-clarified / community-consensus / contested) and a source URL - MIT licensed, contributing is just a PR to a TSV file **Inserted alphabetically** under `## For Developers` between `repren` and `slap`. Thanks for considering! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-18 04:42:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#12001