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.
- Host: GitHub
- URL: https://github.com/zerdicorp/gazer
- Owner: ZERDICORP
- Created: 2024-09-19T17:47:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-02T19:30:24.000Z (6 months ago)
- Last Synced: 2025-07-02T20:34:24.132Z (6 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: