FileSwiper
A tiny macOS app that lets you sort out the contents of a folder by swiping files into buckets.
⨠Features:
- âĄī¸ Swipe, drag, or throw files into the folder buckets to move them
- đŧī¸ File previews for all native macOS file types
- âī¸ Skip files by swiping them upwards
- đī¸ Trash files by swiping them into the trash can
- đĒŖ Add up to 8 buckets at once to sort files into
- đŦ See file size and type date at a glance
- âŠī¸ Move history, undo the last move
- đ Double click to preview file at full size
đĻ Download:
NOTE: Tested on macOS 11.4 (Big Sur) only so far, and only on my machine. Trash functionality is not working on production app yet, but works in dev mode.
đ¤ Interesting bits:
Development Setup / Notes:
đŖī¸ For V1 (* = work started):
- Allow a list of files from multiple locations to populate the stack
- Have electron serve itself from local IP so can connect on mobile devices to swipe *
â This works! Tested 17/04/2023. Mobile needs significant UI/UX work to be usable
â Improve the responsive layout from fullscreen -> mobile
â Use websockets to connect to Electron instance on LAN
â Use QR code on electron main screen to open link on mobile
â Then verify connection on mobile using single use PIN
â Then use mobile to swipe files into buckets
- Add video previews in detailed view
- Keyboard shortcuts for moving files into buckets, skip, undo, trash
- Add ability to rename buckets / folders
- Dark mode + add custom themes for design and layout
- Cloud integration, dropbox, google drive, etc
- Remove tailwind, and/or move it to being used in stylesheet / clean up styles in general
- Implement the sort by option in the UI *
- add search / filtering to the file list *
- đ Sort files by name, size, and last modified date *
- đĩī¸ Folder watching, file list updates on OS level file changes *
đ License:
MIT