Superwhisper
Superwhisper
Jun 29

Easy way to delete recordings on desktop app

Easier way to delete recordings on desktop app on mac OS - currently need to right click each recording individually, and delete, cannot group by holding shift then choosing delete, nor does backspace or delete keys work to delete them quickly.
PendingPending

Oct 13, 2025

It would be great if this automatic recording deletion functionality could also be implemented in the Windows version, even though it's still in beta. It's really annoying having to dig around in hidden directories to regularly delete recordings or write an automatic script to actually get rid of them. Everyone knows that if you don't automate this, you'll forget about it and then wonder why your system drive suddenly overflows. System drives usually aren't very generously sized anyway, so you run into problems pretty quickly.

Jul 2, 2024

I have an apple script for this that I quickly execute with Raycast - but yes, it would be nice to have native. set folderPath to POSIX file "/Users/username/Documents/superwhisper/recordings" as alias tell application "Finder" set folderContents to every folder in folderPath repeat with aFolder in folderContents delete aFolder end repeat end tell