A super simple terminal command shortener.


Keywords
command-line, utilities, cmd, terminal, CLI, command-line-tool, package, pcmd, poetry, python, python3, typer, utility, utility-library, yaml
License
Apache-2.0
Install
pip install pcmd==2.3.0

Documentation

pcmd

logo banner

A super simple terminal command shortener 🐟

PyPI - License PyPI GitHub Workflow Status Codecov GitHub Workflow Status PyPI - Downloads

---

Source code : https://github.com/j0fiN/pcmd

Documentation : https://j0fin.github.io/pcmd


About

During daily development, it can be frustrating,

  • to type long commands when you start up the terminal for the day (or when your terminal shuts down due to unknown reasons!) or,
  • to type a set of terminal commands repeatedly to do configuration, checks, and so on.

For these problems...

pcmd comes in handy 👍
It's main features are

  • It helps to execute commands with a user-define name 🐟
  • It helps to execute multiple commands with just a single user-defined name 🐙

A single config file 🔧 ...

... and your ready to go 🚀 !

Trust me, it is better than bash aliases!

animation

Installation

Using pip

$ pip install pcmd

---> 100%

Using poetry

$ poetry add pcmd

---> 100%

or download from the releases.

Ensure that you install the package globally in your machine to use it as a universal CLI for all your projects.

Move on !

Excited to work using pcmd ?! Head over to the User Guide.


Do throw a if you like the package!