Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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'.
- Host: GitHub
- URL: https://github.com/heyskidee/port-killer
- Owner: HeySkidee
- Created: 2023-12-11T21:47:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T15:47:29.000Z (8 months ago)
- Last Synced: 2024-03-24T15:51:38.313Z (8 months ago)
- Topics: localhost, port, port-killer, port-terminator, server, tauri, tauri-app, terminate-port, terminateprocess
- Language: JavaScript
- Homepage:
- Size: 254 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```