Launching today

FloqFiles
The fast macOS file manager that never breaks your files
4 followers
The fast macOS file manager that never breaks your files
4 followers
FloqFiles is a macOS file manager built on lightness and operation safety. Git integration, multi-level undo with a persistent operation history, four views, instaA native macOS file manager built on lightness and operation safety. Git status & commits in every folder, multi-level undo with a persistent history, instant search, batch rename, folder sync. Launches in 0.5s, 60fps at 100k files. $20 once, 14-day trial.nt search. 14-day free trial.








How does the multi-level undo actually persist across app restarts, and is there a chance of bloating the operation history over time on a huge project?
@baraltunsajsvhΒ
the history stores inverses, not data β each op is a tiny JSON record (op + timestamp + "how to undo it") in Application Support, written after every operation. That's why undo survives relaunch.
No bloat: it's paths only (file bytes are preserved by the Trash / APFS clones, not my log), and the log is capped at the most recent 200 operations. It stays in the KB range on any project size.
Before offering an undo, the app re-checks the current filesystem state against the record β if something else moved the files since, that entry shows as "blocked" instead of guessing.
Multi-level undo with a persistent history is such a lifesaver for someone who nukes the wrong folder weekly. The 0.5s launch genuinely surprised me too, no spinning beachball in sight.
@sonerazv7Β
Thank you β "nukes the wrong folder weekly" is exactly the person I built this for π Deletes go through the Trash and stay undoable even after a relaunch, so next week's nuke should be a non-event.
And glad the 0.5s launch got noticed β keeping it beachball-free is basically a religion in this codebase.