Skip to content

Commit 829c7b9

Browse files
committed
Fix typo and slightly re-order a couple things in top-level README
1 parent e0d69f7 commit 829c7b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ menagerie of simple command line tools created by strangers on github and the gu
3939
Unfortunately, when CLIs become significantly complex the ease of command discoverability tends to
4040
fade quickly. On the other hand, Web and traditional desktop GUIs are first in class when it comes
4141
to easily discovering functionality. The price we pay for beautifully colored displays is complexity
42-
required to aggregate disperate applications into larger systems. `cmd2` fills the niche between
42+
required to aggregate disparate applications into larger systems. `cmd2` fills the niche between
4343
high [ease of command discovery](https://clig.dev/#ease-of-discovery) applications and smart
4444
workflow automation systems.
4545

@@ -105,16 +105,16 @@ examples.
105105

106106
## Tutorials
107107

108-
- [Cookiecutter](https://github.com/cookiecutter/cookiecutter) Templates from community
109-
- Basic cookiecutter template for cmd2 application :
110-
https://github.com/jayrod/cookiecutter-python-cmd2
111-
- Advanced cookiecutter template with external plugin support :
112-
https://github.com/jayrod/cookiecutter-python-cmd2-ext-plug
113108
- [cmd2 example applications](https://github.com/python-cmd2/cmd2/tree/main/examples)
114109
- Basic cmd2 examples to demonstrate how to use various features
115110
- [Advanced Examples](https://github.com/jayrod/cmd2-example-apps)
116111
- More complex examples that demonstrate more featuers about how to put together a complete
117112
application
113+
- [Cookiecutter](https://github.com/cookiecutter/cookiecutter) Templates from community
114+
- Basic cookiecutter template for cmd2 application :
115+
https://github.com/jayrod/cookiecutter-python-cmd2
116+
- Advanced cookiecutter template with external plugin support :
117+
https://github.com/jayrod/cookiecutter-python-cmd2-ext-plug
118118

119119
## Hello World
120120

@@ -157,7 +157,6 @@ reproduce the bug. At a minimum, please state the following:
157157

158158
| Application Name | Description | Organization or Author |
159159
| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
160-
| [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) |
161160
| [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/) |
162161
| [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) |
163162
| [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) |
@@ -172,6 +171,7 @@ reproduce the bug. At a minimum, please state the following:
172171
| [tomcatmanager](https://github.com/tomcatmanager/tomcatmanager) | A command line tool and python library for managing a tomcat server | [tomcatmanager](https://github.com/tomcatmanager) |
173172
| [Falcon Toolkit](https://github.com/CrowdStrike/Falcon-Toolkit) | Unleash the power of the CrowdStrike Falcon Platform at the CLI | [CrowdStrike](https://github.com/CrowdStrike) |
174173
| [EXPLIoT](https://gitlab.com/expliot_framework/expliot) | Internet of Things Security Testing and Exploitation framework | [expliot_framework](https://gitlab.com/expliot_framework/) |
174+
| [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) |
175175

176176
Possibly defunct but still good examples
177177

0 commit comments

Comments
 (0)