Utility for copying image/video files into date sorted folders.
Built with Tauri and React (Rust/Typescript), a simple app for copying files into date sorted directories skipping previously seen files - intended to be used to sync files from an SD card. Inspired by the Canon sync utility that only works when the camera itself is plugged in.
- Rust Toolchain
- Node Package Manager
From the root of the repository:
npm install
# Dev build
npm run tauri dev
# Release build
npm run tauri build
Code licensed under the MIT License: http://opensource.org/licenses/MIT
- App icon used under CC BY 4.0 from Twitter Emoji
- Tauri
- React
- Webpack