process_killer 0.1.0

TUI to kill active process, without the need of finding the process id manually and then using the kill command
# Process Killer

A simple TUI writter 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)