You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bash quit/kill tool for macOS and Linux: fuzzy matching and SIGINT→SIGTERM→SIGKILL. macOS adds .app bundles and AppleScript; Linux uses the same process-focused ladder.
Unified OS signal handling for Rust. Cross-platform signal capture, graceful shutdown orchestration with priority ordering, per-handler timeouts, and hook chaining. Lightweight alternative to ctrlc / signal-hook with zero async-runtime coupling.