Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heyskidee/port-killer

A Desktop app to efficiently terminate processes on specified ports. Just Input the port number and click 'Kill'.
https://github.com/heyskidee/port-killer

localhost port port-killer port-terminator server tauri tauri-app terminate-port terminateprocess

Last synced: 5 days ago
JSON representation

A Desktop app to efficiently terminate processes on specified ports. Just Input the port number and click 'Kill'.

Awesome Lists containing this project

README

        

# Port Killer

Simplify port termination. Input the port number and click 'Kill' !

No need to use complex commands just to terminate a port.

## Download

- [Port-Killer_Linux_0.1.0.deb](https://github.com/HeySkidee/Port-Killer/releases/download/v0.1.0/Port-Killer_Linux_0.1.0.deb)
- [Port-Killer_Linux_0.1.0.AppImage](https://github.com/HeySkidee/Port-Killer/releases/download/v0.1.0/Port-Killer_Linux_0.1.0.AppImage)

## Contribute

#### 0. Prerequisite:

> [Install Rust in your system](https://rust-lang.org/tools/install)

#### 1. Clone the Repository
```
git clone https://github.com/HeySkidee/Port-Killer.git
```

#### 2. Navigate to the project directory
```bash
cd Port-Killer
```

#### 3. Install Dependencies
```
npm install
```

#### 4. Run the Preview
```
npm run tauri dev
```

#### 5. Build the Application
```
npm run tauri build
```