Skip to content

Desktop app to efficiently terminate processes on specified ports

Notifications You must be signed in to change notification settings

HeySkidee/Port-Killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port Killer

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

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

Download

Contribute

0. Prerequisite:

Install Rust in your system

1. Clone the Repository

git clone https://github.com/HeySkidee/Port-Killer.git

2. Navigate to the project directory

cd Port-Killer

3. Install Dependencies

npm install

4. Run the Preview

npm run tauri dev

5. Build the Application

npm run tauri build