/bakground

A python script to run several background processes at once, and manage them well.

Primary LanguagePythonMIT LicenseMIT

bakground

A python script to run several background processes at once, and manage them well.

This script is in it's initial stages sorry for any inconvinience!

Usage

  1. To start the script:
$ python bakground.py
  1. To run a command or run a process:
>> -c <bash command to run>
  1. To show all process:
>> show

shows all the processes as a table

Index Command State
0 <cmd> Running / done
  1. To kill a process:
>> -k <index number>