ziro 0.0.24

Cross-platform port management tool - quickly find and kill processes occupying ports
Documentation

Ziro

A fast, cross-platform port management tool

一个快速、跨平台的端口管理工具

License: MIT Crates.io npm

Choose Language / 选择语言:

🇺🇸 English | 🇨🇳 简体中文

Quick Start

Install

Cargo:

cargo install ziro

npm:

npm install -g @ithinku/ziro

Usage

# Find process on port 8080
ziro find 8080

# Kill process on port 8080
ziro kill 8080

# List all ports
ziro list

# Check file/directory lock
ziro who C:\path\file.txt

If this project helps you, please give it a ⭐️

Made with ❤️ by huangshan