{"id":18364454,"url":"https://github.com/kidig/sdcopy","last_synced_at":"2026-01-04T16:33:45.953Z","repository":{"id":230811099,"uuid":"780251805","full_name":"kidig/sdcopy","owner":"kidig","description":"Command-line tool designed to organize files from your SD card into a structured archive","archived":false,"fork":false,"pushed_at":"2024-04-21T17:20:56.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T11:15:47.907Z","etag":null,"topics":["copy-files","media","organizer","sdcard","tool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kidig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-01T04:23:57.000Z","updated_at":"2024-04-21T17:20:45.000Z","dependencies_parsed_at":"2024-11-05T23:10:28.961Z","dependency_job_id":"ff83ec5c-c5d9-4361-8ffe-3fe5a27aa6d3","html_url":"https://github.com/kidig/sdcopy","commit_stats":null,"previous_names":["kidig/sdcopy"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kidig%2Fsdcopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kidig%2Fsdcopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kidig%2Fsdcopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kidig%2Fsdcopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kidig","download_url":"https://codeload.github.com/kidig/sdcopy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239048241,"owners_count":19573187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copy-files","media","organizer","sdcard","tool"],"created_at":"2024-11-05T23:10:24.017Z","updated_at":"2025-10-30T20:30:24.205Z","avatar_url":"https://github.com/kidig.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sdcopy\n\n`sdcopy` is a command-line tool designed to copying files from your camera or any SD cards\ninto structured folders based on the last modified time.\n\nThe tool offers flexibility command-line options,\nallowing you to customize the destination folder structure and handle different type of files effectively.\n\n## Features\n\n- **Timestamp-based Organization**: Files are copied to the destination directory with folders\n  structured according to their modification timestamps.\n- **Concurrent Execution**: Utilized multithreading for faster file copying.\n- **Dry-run Mode**: Preview the file organization without actually making changes.\n\n## Installation\n\n- Ensure you have Python 3.11.x installed\n- Install project via pip: `pip install sdcopy`\n\n## Usage\n\n\n### Command-line Options\n\nUsage: `sdcopy [OPTIONS] [SOURCE]... DEST`\n\n* `SOURCE`: Source directory/directories from which files will be copied.\n* `DEST`: Destination directory where organized files will be copied. It accepts `strftime` format: `%Y-%m-%d`\n* `--ext`: Only selected file extensions will be processed.\n* `--dry-run`: Perform a trial run without making changes.\n* `--threads`: Number of concurrent thread for file copying (default: 4).\n\n**Example**: Copying jpg/jpeg files into separate folders by file modified time and `YYYY-MM-DD` format\n```bash\nsdcopy /path/to/source /path/to/destination/%Y-%m-%d/ --ext jpg jpeg\n```\n\n**Real-world example**: Copying and organize media files from SONY ZVE10 camera:\n```bash\n# Copy photos\nsdcopy /Volumes/SONY/DCIM ~/Pictures/SONY/%Y-%m-%d/RAW Photos --ext jpg dng --threads 4\n\n# Copy videos\nsdcopy /Volumes/SONY/PRIVATE/M4ROOT/CLIP ~/Pictures/SONY/%Y-%m-%d/Videos --ext mp4 xml --threads 4\n```\n\n## License\n\nsdcopy is licensed under the MIT License. See the `LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkidig%2Fsdcopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkidig%2Fsdcopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkidig%2Fsdcopy/lists"}