Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 896 Bytes

readme.md

File metadata and controls

33 lines (18 loc) · 896 Bytes

JARVIS

I shouldn’t be alive… unless it was for a reason

image

Jarvis is a command line utility that can be used to automate any of your boring tasks.

If you hate repetitive tasks and if you love python, then you are at the right place.

Installation:

  • Clone this repository in your system
  • Setup jarvis path variables. Add these 2 lines in your path config:
    • export JARVISHOME=<PATH-TO-CLONED-REPOSITORY>
    • export PATH=$PATH::$JARVISHOME/bin

Usage:

Open a new terminal and invoke jarvis by command:

jarvis

If the installation was success, you should jarvis running.

Run jarvis task to see available tasks. Run jarvis task <task> to run the task.

Add new tasks in task.py to add your own tasks in jarvis.

Prerequisites:

  • python3