commandio

Python package that logs and executes commands for the command line.


Keywords
Command, line, shell, UNIX, Windows
License
xpp
Install
pip install commandio==0.0.1a2

Documentation

commandio

Documentation Status Code style: Black

Python package that logs and executes commands for the command line.

To install this package:

pip install commandio [--user]

To use this package in your projects without installation, simply navigate to the directory in which the package is to be placed, and type:

git submodule add https://github.com/AdebayoBraimah/commandio.git

NOTE: This assumes the directory is a local git repository.