https://github.com/himanshurajora/process_killer
A TUI took made in rust, for killing processes from the teminal
https://github.com/himanshurajora/process_killer
cargo cli process-killer rust tui
Last synced: about 1 year ago
JSON representation
A TUI took made in rust, for killing processes from the teminal
- Host: GitHub
- URL: https://github.com/himanshurajora/process_killer
- Owner: himanshurajora
- Created: 2023-03-25T08:22:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T17:42:18.000Z (about 3 years ago)
- Last Synced: 2025-03-28T19:07:55.335Z (over 1 year ago)
- Topics: cargo, cli, process-killer, rust, tui
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Process Killer
A simple TUI tool in rust to kill processes.
TODO:
- Really need a loader to notify
- Really need a bit of performance improvement as I am refetching processes (In some cases we can ignore refetching)