Software engineer at Pneuma Solutions and open-source contributor. Aspiring musician. Constant reader. Dragonscave.space moderator. Blind, but I’ve seen more than most. Snarky, opinionated, friendly by default, and always willing to help. DMs open. Views my own. Abolish ICE.
Software engineer at Pneuma Solutions and open-source contributor. Aspiring musician. Constant reader. Dragonscave.space moderator. Blind, but I’ve seen more than most. Snarky, opinionated, friendly by default, and always willing to help. DMs open. Views my own. Abolish ICE.
I got super tired of Microsoft seemingly being determined to make the app you turn to when your computer locks up and is laggy laggy itself with screen readers, so I wrote my own task manager. It's pure C ,not even linking against a CRT, meaning the current binary is around 20 KB including a complete, sortable process list. You can also customize what columns the list shows and how often you want it to refresh, if at all. I personally keep auto refresh off and just manually refresh with f5, and the list keeps your exact place whenever it refreshes. Pressing escape minimizes it to the system tray, while alt+f4 closes it. I want to do much more with this, such as binding it to a hotkey, but I think it's good enough for a first release. Source code: https://github.com/trypsynth/taskmon , 0.1.0 release: https://github.com/trypsynth/taskmon/releases/download/0.1.0/taskmon.exe , Enjoy!