Crates.io | psycho-killer |
lib.rs | psycho-killer |
version | 0.6.5 |
created_at | 2023-12-30 23:36:22.961299+00 |
updated_at | 2025-02-26 11:15:44.003155+00 |
description | Interactive process killer, manager and system resources monitor |
homepage | https://github.com/igrek51/psycho-killer |
repository | https://github.com/igrek51/psycho-killer |
max_upload_size | |
id | 1084471 |
size | 307,435 |
PSycho KILLer is an interactive process manager and system resource monitor that combines the functionalities of ps
and kill
.
Dirty
and Writeback
memory to keep an eye on ongoing copyingcargo install psycho-killer
This will install latest version of psycho
binary in Rust's Path.
Alternatively, you can download the compiled binary:
curl -L https://github.com/igrek51/psycho-killer/releases/download/0.6.4/psycho -o ~/bin/psycho
chmod +x ~/bin/psycho
Launch the interactive process manager by running psycho
.
Enter the phrase of a process you want to kill.
Choose the preferred method to terminate the process:
SIGINT
signalSIGTERM
SIGKILL
signalSIGTERM
signal as SuperuserSIGKILL
signal as Superuser?
to show help.Ctrl+F
or F
to filter processes.↑
and ↓
to navigate list.F5
or R
to refresh list.S
to sort.M
to order by memory usage.C
to order by CPU usage.U
to order by uptime.G
group processes by executable path.Enter
to select or confirm.Tab
to switch tab.Esc
to cancel or quit.