ramachandrajr / bakground

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

License:MIT License


Languages

Language:Python 100.0%