/rkill

Rust clone of fkill - kill process by name, pid or port number

Primary LanguageRust

Name:
        rkill

Author:
        Eli Yukelzon <reflog@gmail.com>

Usage:
        rkill 1234 7777 nc  # to kill processes by PID or name
        rkill :1234 :7777   # to kill processes by port number
        rkill               # run interactively

Flags:
        -h, --help : Show help

Version:
        0.1.0