From aeb6a2c9f35ec17567548fe58c29f87863c1b936 Mon Sep 17 00:00:00 2001 From: pdalloz <4847497+pdalloz@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:39:59 +0200 Subject: [PATCH 1/3] Update README.md Add Pobshell project to table of "Projects using cmd2" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 221257ab5..42c58f9e0 100755 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ reproduce the bug. At a minimum, please state the following: | Application Name | Description | Organization or Author | | --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | +| [Pobshell](https://github.com/pdalloz/pobshell) | A Bash‑like shell for live Python objects: Think `cd`, `ls`, `cat`, and `find` — but for modules, classes, live objects. Explore code, runtime state, and data structures with familiar commands; piping output to CLI utils like diff and aichat. | [Peter Dalloz](https://www.linkedin.com/in/pdalloz) | [CephFS Shell](https://github.com/ceph/ceph) | The Ceph File System, or CephFS, is a POSIX-compliant file system built on top of Ceph’s distributed object store | [ceph](https://ceph.com/) | | [garak](https://github.com/NVIDIA/garak) | LLM vulnerability scanner that checks if an LLM can be made to fail in a way we don't want | [NVIDIA](https://github.com/NVIDIA) | | [medusa](https://github.com/Ch0pin/medusa) | Binary instrumentation framework that that automates processes for the dynamic analysis of Android and iOS Applications | [Ch0pin](https://github.com/Ch0pin) | From 3c0042a936dcd3a081dfe0b0da88cd06f5e9079c Mon Sep 17 00:00:00 2001 From: pdalloz <4847497+pdalloz@users.noreply.github.com> Date: Wed, 9 Jul 2025 16:29:24 +0200 Subject: [PATCH 2/3] Shorten Pobshell description as requested in PR review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42c58f9e0..b0d81bb68 100755 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ reproduce the bug. At a minimum, please state the following: | Application Name | Description | Organization or Author | | --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -| [Pobshell](https://github.com/pdalloz/pobshell) | A Bash‑like shell for live Python objects: Think `cd`, `ls`, `cat`, and `find` — but for modules, classes, live objects. Explore code, runtime state, and data structures with familiar commands; piping output to CLI utils like diff and aichat. | [Peter Dalloz](https://www.linkedin.com/in/pdalloz) +| [Pobshell](https://github.com/pdalloz/pobshell) | A Bash‑like shell for live Python objects: `cd`, `ls`, `cat`, `find` and _CLI piping_ for object code, str values & more | [Peter Dalloz](https://www.linkedin.com/in/pdalloz) | [CephFS Shell](https://github.com/ceph/ceph) | The Ceph File System, or CephFS, is a POSIX-compliant file system built on top of Ceph’s distributed object store | [ceph](https://ceph.com/) | | [garak](https://github.com/NVIDIA/garak) | LLM vulnerability scanner that checks if an LLM can be made to fail in a way we don't want | [NVIDIA](https://github.com/NVIDIA) | | [medusa](https://github.com/Ch0pin/medusa) | Binary instrumentation framework that that automates processes for the dynamic analysis of Android and iOS Applications | [Ch0pin](https://github.com/Ch0pin) | From 913ca05d5ce31de66a6cb2433fe2a010f0ddac3f Mon Sep 17 00:00:00 2001 From: pdalloz <4847497+pdalloz@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:01:09 +0200 Subject: [PATCH 3/3] Fix dumb mistake in Pobshell addition to README projects section I apologise --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0d81bb68..2841d53ca 100755 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ reproduce the bug. At a minimum, please state the following: | Application Name | Description | Organization or Author | | --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -| [Pobshell](https://github.com/pdalloz/pobshell) | A Bash‑like shell for live Python objects: `cd`, `ls`, `cat`, `find` and _CLI piping_ for object code, str values & more | [Peter Dalloz](https://www.linkedin.com/in/pdalloz) +| [Pobshell](https://github.com/pdalloz/pobshell) | A Bash‑like shell for live Python objects: `cd`, `ls`, `cat`, `find` and _CLI piping_ for object code, str values & more | [Peter Dalloz](https://www.linkedin.com/in/pdalloz) | | [CephFS Shell](https://github.com/ceph/ceph) | The Ceph File System, or CephFS, is a POSIX-compliant file system built on top of Ceph’s distributed object store | [ceph](https://ceph.com/) | | [garak](https://github.com/NVIDIA/garak) | LLM vulnerability scanner that checks if an LLM can be made to fail in a way we don't want | [NVIDIA](https://github.com/NVIDIA) | | [medusa](https://github.com/Ch0pin/medusa) | Binary instrumentation framework that that automates processes for the dynamic analysis of Android and iOS Applications | [Ch0pin](https://github.com/Ch0pin) |