From c6edce77322535670ad3e9a0e13793802b366b2b Mon Sep 17 00:00:00 2001 From: sameral Date: Sat, 8 Aug 2026 05:43:19 +0800 Subject: [PATCH] docs: add Nexus Shell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 691d36c..d8a3875 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Development environment tools are essential for maintaining consistency in softw * **[Rancher Desktop](https://rancherdesktop.io/)** (Open Source): Rancher Desktop is a tool that enables developers to manage and deploy Kubernetes clusters effortlessly on their local machines. * **[kind](https://kind.sigs.k8s.io/)** (Open Source): kind is a tool that uses Docker containers as nodes to facilitate the creation of local Kubernetes cluster primarly used for local development and testing. * **[k3d](https://k3d.io/)** (Open Source): k3d is a lightweight wrapper to run k3s in Docker and makes it easy to create single and multi-node k3s clusters. +* **[Nexus Shell](https://nexusshell.app/en/)** (Free & Paid): A native macOS SSH workspace with multi-tab terminals, SFTP file management, SSH key management, Docker controls, and server monitoring. ## Source Code Management