Skip to content

PCMD

A super simple terminal command shortener 🐟

PyPI - License PyPI GitHub Workflow Status Codecov GitHub Workflow Status


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


v2.3.0 OUT NOW!

pcmd has been updated to v2.3.0!
Argument features in run command Check it out!

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 !

Installation

$ pip install pcmd

---> 100%
$ poetry add pcmd

---> 100%

Note

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