[PR #1309] [CLOSED] Add cmd2 to Command-line Application Development section #1163

Closed
opened 2025-11-06 13:10:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1309
Author: @tleonhardt
Created: 6/29/2019
Status: Closed

Base: masterHead: add-cmd2


📝 Commits (1)

  • 902f5df Add cmd2 under Command-line Application Development

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

cmd2 library for interactive command-line application development

  • The goal of this project is to make it quick and easy for developers to create feature-rich interactive shell applications

What's the difference between this Python project and similar ones?

  • Applications created are full-featured shells in their own right with ability to call shell commands, redirect command output, pipe command output to shell commands, etc.
  • Superior tab-completion capabilities, especially when using included argparse decorators
  • Both Python and ASCII text application scripting is built-in
  • Ability to run non-interactively for automation purposes

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 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/vinta/awesome-python/pull/1309 **Author:** [@tleonhardt](https://github.com/tleonhardt) **Created:** 6/29/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-cmd2` --- ### 📝 Commits (1) - [`902f5df`](https://github.com/vinta/awesome-python/commit/902f5df549fda5e53714f4be0362d454a5a4e106) Add cmd2 under Command-line Application Development ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [cmd2](https://github.com/python-cmd2/cmd2) library for interactive command-line application development * The goal of this project is to make it quick and easy for developers to create feature-rich interactive shell applications ## What's the difference between this Python project and similar ones? * Applications created are full-featured shells in their own right with ability to call shell commands, redirect command output, pipe command output to shell commands, etc. * Superior tab-completion capabilities, especially when using included `argparse` decorators * Both Python and ASCII text application scripting is built-in * Ability to run non-interactively for automation purposes -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <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 2025-11-06 13:10:39 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1163