Skip to content

Jarvis is a command line utility written in python 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.

Notifications You must be signed in to change notification settings

piyushchhabra/jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Jarvis is a command line utility written in python 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published