Skip to content

YenChengLai/task-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-wizard

This is a helper project used to support daily routine works.

Setting up the environment

  1. Make sure the init.sh file is executable:

    sudo chmod +x init.sh
  2. Go to the project folder in command line and run the below command:

    source ./init.sh

Project Structure

/task-wizard
├── .cmds
│   ├── requirements.txt
│   └── setup.sh
├── tasks
│   ├── api_key_generator.py
│   ├── epoch_handler.py
|   └── json_comparator.py
├── init.sh
└── README.md

Running Commands

In your command line run the python script to execute the wizard.

./start.sh

You will see the below message shown:

(1) Generate API keys
(2) Extend epochs
(3) Compare JSON files
Enter your choice: 

Enter either one of these options and then follow the instructions if further input is needed.

About

Useful scripts to handle daily errands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published