/sd-sync

Tauri (Typescript/Rust) app for copying files into date sorted directories skipping previously seen files - intended for copying images/videos from an SD card.

Primary LanguageTypeScript

SD Sync

Utility for copying image/video files into date sorted folders.

Description

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.

Getting Started

Dependencies

  • Rust Toolchain
  • Node Package Manager

Installing

From the root of the repository:

npm install

# Dev build
npm run tauri dev

# Release build
npm run tauri build

License

Code licensed under the MIT License: http://opensource.org/licenses/MIT

Acknowledgments