Sifty: a Windows maintenance app built with Textual #6582
Vortrix5
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I built Sifty, a Windows maintenance tool, and the whole interactive side of it is a Textual app, so I wanted to share it here.
It's a full-screen TUI for Windows housekeeping: cleaning junk, finding duplicates, uninstalling apps, managing startup and updates, and clearing dev clutter like node_modules and WSL2 disks. There's a sidebar with seven screens (Home, Clean, Disk, Apps, Monitor, Reports, AI).
A few Textual things I leaned on and enjoyed:
Source (MIT): https://github.com/Vortrix5/sifty
Site: https://sifty.tech/
Happy to answer anything about how it's put together, and very open to feedback on the UI.
All reactions