rip-cli-0.2.0 is not a library.
rip
Fuzzy find and kill processes from your terminal
Installation
From source
Cargo
Usage
# Open fuzzy finder with all processes (sorted by CPU)
# Pre-filter by process name
# Use a different signal (default: SIGKILL)
# Sort by memory usage
# Sort by PID
# Sort by name
Options
| Flag | Description |
|---|---|
-f, --filter <name> |
Pre-filter processes by name |
-s, --signal <signal> |
Signal to send (default: KILL) |
--sort <field> |
Sort by: cpu (default), mem, pid, name |
Controls
| Key | Action |
|---|---|
Tab |
Select/deselect process |
Enter |
Kill selected processes |
Esc / Ctrl+C |
Cancel |
| Type | Fuzzy search |
Signals
| Signal | Number | Description |
|---|---|---|
KILL |
9 | Force kill (default) |
TERM |
15 | Graceful termination |
INT |
2 | Interrupt |
HUP |
1 | Hangup |
QUIT |
3 | Quit |
Examples
# Kill all matching Chrome processes
# Gracefully terminate a process
# Kill node processes
License
MIT