| Crates.io | gkill |
| lib.rs | gkill |
| version | 0.1.0 |
| created_at | 2025-12-21 08:55:16.959402+00 |
| updated_at | 2025-12-21 08:55:16.959402+00 |
| description | gkill |
| homepage | https://1000x.sh |
| repository | https://github.com/ax-x2/gkill |
| max_upload_size | |
| id | 1997698 |
| size | 10,697 |
fast process killer with grep-based search
cargo build --release
sudo cp target/release/gkill /usr/local/bin/
# interactive mode - search, select, confirm
gkill firefox
# regex patterns supported
gkill "chrom(e|ium)"
gkill "python.*server"
# force mode - kills first match without confirmation
gkill --force chrome
# use sigkill instead of sigterm
gkill firefox --sigkill
gkill firefox -9
# combine flags
gkill --force --sigkill stuck_process
use freely