Skip to main content

GUI window to easily run your own frequently used commands

Project description

Save and run terminal commands for frequent use. Also supports a button grid GUI window for using a mouse.

Installation

Install from pypi using pip:

pip install command-center

Usage

Create a pcc.json file to hold your commands.:

{
  "test": "pytest",
  "lint": "flake8"
}

Then simply run pcc in the terminal with your command key.:

$ pcc test

Note: You can run as many commands in sequential order as you want. For example pcc test lint would run test and then lint.

GUI

If you want to display a button window for easy mouse use, use pcc-gui.:

$ pcc-gui

Adding --help to pcc or pcc-gui will display helpful information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

command-center-0.0.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

command_center-0.0.4-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page