TUI application for listing and managing linux processes. It uses Bubble Tea for the interface and gopsutil to get processes.
- Listing of processes
- Displaying of informations (PID, Name, MEM %/Used, CPU %, Creation date, Command)
- Filtering by pid or name
- Updates at interval
- Help menu
- Killing a selected process
- Sorting
- Filtering by a choosen parameter
- ... Any other idea
Note : Right now, the list isn't updated when there is a filter, it will be fixed later.