▲ | naiquevin 4 days ago | |||||||
I've been building a desktop app on the side that addresses the problem of screenshots getting accumulated on disk over a period of time. It provides an alternate workflow for capturing screenshots, where the app let's the user select tags before taking the screenshot. Tags can be associated with actions such as "move to trash after 1 day", "delete after 7 days" or "store in /specific/location". I have got the main functionality working and I've been using it myself in a crude way (using sqlite client directly for data entry etc.) for about a week. It was not meant to be a serious project to begin with - I just wanted to build something to evaluate Tauri for desktop apps. I am still not 100% convinced if such a tool is worth building, so the code hasn't been published anywhere. Do you care enough about "screenshots management and cleanup" to use something like this? | ||||||||
▲ | bArray 4 days ago | parent | next [-] | |||||||
I would go further with this, essentially matching patterns of files in certain directories. Another use case for example is removing old log files from a directory. In any case, I would have it as a user option to carry through the action, i.e. "the following is scheduled for deletion saving X disk space, do you wish to continue?". | ||||||||
| ||||||||
▲ | wonger_ 4 days ago | parent | prev [-] | |||||||
Tags with actions sounds useful. Maybe worth a demo video to get opinions from a broader audience? Personally, I think I'll stick to pruning my screenshots folder once a year with an image manager. I'm pretty content with niri's builtin screenshot capture or something like Greenshot on windows. Just my two cents |