Skip to content

Volodishlav/Commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Commander

A simple Python-based command execution tool designed to repeatedly run shell commands with configurable behavior.


Features

  • Execute any shell command or command set in a loop
  • Execute any shell command or command set X times
  • Configurable delay between executions (TTR - Time To Repeat)
  • “Slayer Mode” for continuous execution without delay
  • Custom working directory
  • Scheduled execution by time
  • Lightweight and minimal dependencies

Configuration

# You can edit this line (checks the current time every 1 second):
time.sleep(1)

Usage

python3 Commander.py

About

Python CLI tool for different ways to repeatedly run shell commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages