Table of Contents
What is runr
runr is command line utility that allows you to run custom scripts from anywhere on your system.
Installation
Because of the nature of pure Python apps, runr is published in several different forms.
Pip
Install Python
Follow the steps to install Python 3 for your system.
Install PyPi package
pip install runr
Ussage
Get help
runr --help
List available scripts
runr --list
Run a script
- setup script home
- add curstom script
runr my-script