An open API service indexing awesome lists of open source software.

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

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)