[PR #701] Add voidly-cli to For Developers #11992

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

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/701
Author: @EmperorMew
Created: 4/26/2026
Status: 🔄 Open

Base: masterHead: add-voidly-cli


📝 Commits (1)

  • 3906a9c Add voidly-cli to For Developers

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

Adds voidly-cli — a Node.js CLI that lets developers query global internet censorship data from the terminal.

It's the first shell-callable tool that answers "is this domain blocked in this country, right now?" using a public API backed by 19.6M live OONI samples across 119 countries. Returns non-zero exit codes when a service is blocked, which makes it useful inside CI pipelines (e.g., abort a deploy if the domain is censored in a target market).

npx @voidly/cli check chat.openai.com CN     # exits 1 if blocked
npx @voidly/cli country IR
npx @voidly/cli incidents --country=RU --limit=10

On the 50-star guideline: the package was published this week and the GitHub repo is brand new, so it does not yet meet the notability bar. Submitting now to get on your radar — happy to have this held until it does.


🔄 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/701 **Author:** [@EmperorMew](https://github.com/EmperorMew) **Created:** 4/26/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-voidly-cli` --- ### 📝 Commits (1) - [`3906a9c`](https://github.com/alebcay/awesome-shell/commit/3906a9c28cf5a2e9a89b8c03ed564db13c3b42fd) Add voidly-cli to For Developers ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [voidly-cli](https://github.com/voidly-ai/cli) — a Node.js CLI that lets developers query global internet censorship data from the terminal. It's the first shell-callable tool that answers "is this domain blocked in this country, right now?" using a public API backed by 19.6M live OONI samples across 119 countries. Returns non-zero exit codes when a service is blocked, which makes it useful inside CI pipelines (e.g., abort a deploy if the domain is censored in a target market). ```sh npx @voidly/cli check chat.openai.com CN # exits 1 if blocked npx @voidly/cli country IR npx @voidly/cli incidents --country=RU --limit=10 ``` - npm: https://www.npmjs.com/package/@voidly/cli - GitHub: https://github.com/voidly-ai/cli - License: MIT - Installable via `npx` (no global install required) **On the 50-star guideline:** the package was published this week and the GitHub repo is brand new, so it does not yet meet the notability bar. Submitting now to get on your radar — happy to have this held until it does. --- <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:31 -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#11992