From c9527d738cc236767c163387971b50e15fa1ac52 Mon Sep 17 00:00:00 2001 From: barryspacezero <86882067+barryspacezero@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:24:11 +0530 Subject: [PATCH] Add Nether to CLIs & Terminal Tools section Added Nether, which is a Zero-config dev proxy that lets your full-stack localhost app run on any device (phone, tablet) via runtime URL rewriting. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..4c3ea99 100644 --- a/readme.md +++ b/readme.md @@ -64,6 +64,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Fig](https://fig.io/) - Autocomplete and UI enhancements for your terminal. * [Warp](https://www.warp.dev/) - Modern, Rust-based terminal with AI commands. +* [Nether](https://github.com/barryspacezero/nether-dev) - Zero-config dev proxy that lets your full-stack localhost app run on any device (phone, tablet) via runtime URL rewriting — no .env changes, no CORS setup. * [tldr](https://tldr.sh/) - Simplified man pages for command-line tools. * [fzf](https://github.com/junegunn/fzf) - Fuzzy finder for terminal power users. * [exa](https://the.exa.website/) - Modern replacement for `ls` with icons and colors.