An open API service indexing awesome lists of open source software.

https://github.com/zerdicorp/gazer

Utility program to start, restart and stop processes.
https://github.com/zerdicorp/gazer

Last synced: 3 months ago
JSON representation

Utility program to start, restart and stop processes.

Awesome Lists containing this project

README

          

# Welcome to
```
_____
/ ____|
| | __ __ _ _______ _ __
| | |_ |/ _` |_ / _ \ '__|
| |__| | (_| |/ / __/ |
\_____|\__,_/___\___|_|

> A small utility designed to semi-automatically start, restart and stop processes.
```
## How to use?

#### 1. Download [installer](https://raw.githubusercontent.com/ZERDICORP/gazer/master/install.sh) and run it on your machine.

Or you can simply run this command:
```bash
bash <(curl -Ls https://raw.githubusercontent.com/ZERDICORP/gazer/master/install.sh)
```

#### 2. Create a `run.gzr` file (_there you need to write bash code to start your process like:_ `python server.py`)
#### 3. Run command `gazer` in the **same directory** where you created the `run.gzr` file.
#### 4. A menu will appear, and you’ll figure out the rest.

### Enjoy using it! :smirk: