SachinMaharana / rkill

An interactive cli to kill process, currently supports linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

rkill

An interactive cli to kill process, currently supports linux.
Explore the docs »

View Demo · Report Bug · Request Feature

Interactive UI

Run rkill to launch the interactive UI.

asciicast

Built With

Installation

Download the latest binary fom the release page.

wget https://github.com/SachinMaharana/rkill/releases/download/v0.1.0/rkill

chmod +x rkill

cp rkill /usr/local/bin

Build from source

  1. Clone the repo
    git clone https://github.com/SachinMaharana/rkill.git
  2. Build the project
    cargo build --release
  3. Copy binary to bin folder
    cp ./target/release/rkill /usr/local/bin
  4. Run
    rkill
    

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/sachinmaharana/rkill

About

An interactive cli to kill process, currently supports linux.


Languages

Language:Rust 100.0%