sveinbjornt / Sloth

Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.
https://sveinbjorn.org/sloth
BSD 3-Clause "New" or "Revised" License
8.31k stars 158 forks source link

keep "dead" processes around #27

Closed maxandersen closed 1 year ago

maxandersen commented 1 year ago

Just discovered Sloth and really like it.

Unfortunately I'm running into issue that some of my apps don't stay around for long and a manual or auto refresh make me loose them.

Would be awesome if there was a way to keep "dead" processes around until explicitly pruned/cleared.

sveinbjornt commented 1 year ago

Not really, I'm afraid. Sloth is just a front-end for lsof and limited by its capabilities.

maxandersen commented 1 year ago

@sveinbjornt I get its a front-end but couldn't it keep last reported/collected data around instead of only show current data?