Quick method for running frequently used terminal 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.
If you forget key of your command you can run pcc --commands to get a list of commands printed to the console.
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
Built Distribution
File details
Details for the file command-center-0.0.6.tar.gz
.
File metadata
- Download URL: command-center-0.0.6.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cb162834b64302d547a619f7186d7dbcc816c3fc8827e9a924cfd80c7059371 |
|
MD5 | 8274a9a4382aeb75f4612e9de5487751 |
|
BLAKE2b-256 | cfa1a9b3a61002d6d3a47d9b248dab595ecc968d407fa3537579c0aca84e503e |
File details
Details for the file command_center-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: command_center-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3c78ab9942c7706cac17b35f5c569c890b2e826494bca5f9e86f96e7320a25f |
|
MD5 | 27bbdc50e2552254e2e5a2e2a4544c93 |
|
BLAKE2b-256 | 4f1b2a34b964cd4e1ad6f94f290bbb88c3237d291c2ff113a4b6099d51880399 |