{"id":31017200,"url":"https://github.com/thatguysam/shots-orger","last_synced_at":"2025-09-13T07:52:16.305Z","repository":{"id":304383967,"uuid":"1018637051","full_name":"ThatGuySam/shots-orger","owner":"ThatGuySam","description":"Library for organizing my screenshots so I don't have to","archived":false,"fork":false,"pushed_at":"2025-07-13T04:08:07.000Z","size":1645,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-08T06:45:35.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/ThatGuySam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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,"zenodo":null},"funding":{"github":["antfu"],"opencollective":"antfu"}},"created_at":"2025-07-12T17:37:18.000Z","updated_at":"2025-07-13T04:08:10.000Z","dependencies_parsed_at":"2025-07-12T19:53:03.238Z","dependency_job_id":null,"html_url":"https://github.com/ThatGuySam/shots-orger","commit_stats":null,"previous_names":["thatguysam/shots-orger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThatGuySam/shots-orger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatGuySam%2Fshots-orger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatGuySam%2Fshots-orger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatGuySam%2Fshots-orger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatGuySam%2Fshots-orger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatGuySam","download_url":"https://codeload.github.com/ThatGuySam/shots-orger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatGuySam%2Fshots-orger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274935965,"owners_count":25376835,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-09-13T07:52:13.892Z","updated_at":"2025-09-13T07:52:16.297Z","avatar_url":"https://github.com/ThatGuySam.png","language":"TypeScript","funding_links":["https://github.com/sponsors/antfu","antfu"],"categories":[],"sub_categories":[],"readme":"# shots-orger\n\nScreenshot and screen recording file organizer that automatically sorts files into year/month folders.\n\n## Usage\n\n```bash\nbun main.ts ./path/to/directory\n```\n\n## Organization Pattern\n\nThe script organizes files based on dates extracted from filenames:\n\n### Archived Years (2020-2023)\nFiles are organized into `_YEAR/MM MonthName/` folders:\n```\n_2020/\n  ├── 01 Jan/\n  ├── 02 Feb/\n  ├── 03 March/\n  └── ...\n_2021/\n_2022/\n_2023/\n```\n\n### Current Years (2024+)\nFiles are organized into `MM MonthName/` folders at the root level:\n```\n01 Jan/\n02 Feb/\n03 Mar/\n04 Apr/\n05 May/\n06 Jun/\n```\n\n## Supported File Patterns\n\nThe script recognizes and organizes these filename patterns:\n\n- `Screenshot 2025-MM-DD at H.MM.SS AM.png`\n- `Screen Recording 2025-MM-DD at H.MM.SS AM.mov`\n- `2025-MM-DD_HH-MM-SS.mov`\n- `Simulator Screenshot - iPhone 15 - 2025-MM-DD at HH.MM.SS.png`\n\n## Features\n\n- ✅ Automatically creates directory structure\n- ✅ Skips files already in correct locations\n- ✅ Provides detailed progress output\n- ✅ Handles various filename patterns\n- ✅ Safe operation (moves files, doesn't copy)\n\n## Example Output\n\n```\n📂 Organizing files in: /Users/user/Screenshots\n\n📁 Created directory: /Users/user/Screenshots/01 Jan\n📁 Screenshot 2025-01-15 at 3.45.12 PM.png → 01 Jan\n📁 Screen Recording 2025-01-20 at 2.30.45 PM.mov → 01 Jan\n\n✅ Organization complete!\n📁 Processed: 25 files\n⏭️  Skipped: 3 files\n```\n\n## Development\n\n```bash\n# Install dependencies\npnpm install\n\n# Run the organizer\nbun main.ts ./path/to/directory\n\n# Development mode\npnpm dev\n\n# Type checking\npnpm typecheck\n\n# Linting\npnpm lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatguysam%2Fshots-orger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatguysam%2Fshots-orger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatguysam%2Fshots-orger/lists"}