Skip to content

aozerova/syskill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SysKill

A command line tool built using Rust, Ratatui, and Sysinfo for finding and terminating processes.

image

Installation

  1. Clone this repository.
  2. Run cargo build --release, and move the binary to the desired place mv syskill/target/release/syskill <target directory present in path>.
  3. OPTIONAL: Add an alias to your bashrc to run the util directly from the target folder using something like alias sk="~/<path to syskill directory>/syskill/target/release/syskill". Don't forget to run source against the file in which your alias lives.

Usage

The j and k keys allow you to scroll up and down through the process table. The d key allows you to kill a highlighted processes. The r key refreshes the list of processes. The q key exits the application.

About

A Rust TUI application for managing and killing running processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors