{"id":24180106,"url":"https://github.com/jcherranz/folder-structure-script","last_synced_at":"2026-05-12T14:34:43.549Z","repository":{"id":271381024,"uuid":"913255541","full_name":"jcherranz/folder-structure-script","owner":"jcherranz","description":"PowerShell script for creating folder structure","archived":false,"fork":false,"pushed_at":"2025-01-07T13:21:58.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-30T04:53:20.909Z","etag":null,"topics":["automation","directory-structure","file-system","folder-management","powershell","scripts","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcherranz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-07T10:30:11.000Z","updated_at":"2025-01-07T13:22:03.000Z","dependencies_parsed_at":"2025-01-07T11:48:10.560Z","dependency_job_id":null,"html_url":"https://github.com/jcherranz/folder-structure-script","commit_stats":null,"previous_names":["jcherranz/folder-structure-script"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcherranz/folder-structure-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcherranz%2Ffolder-structure-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcherranz%2Ffolder-structure-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcherranz%2Ffolder-structure-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcherranz%2Ffolder-structure-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcherranz","download_url":"https://codeload.github.com/jcherranz/folder-structure-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcherranz%2Ffolder-structure-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32943589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","directory-structure","file-system","folder-management","powershell","scripts","windows"],"created_at":"2025-01-13T06:11:46.138Z","updated_at":"2026-05-12T14:34:43.517Z","avatar_url":"https://github.com/jcherranz.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Folder Structure Script\n\nA script to automatically create a hierarchical folder structure for expense tracking. Implemented in both PowerShell and Python.\n\n## Features\n\n- Creates year folders (2024-2026)\n- Creates monthly subfolders with format YYYY_MM (e.g., 2024_01)\n- Includes error checking to prevent duplicate folders\n- Displays progress during creation\n- Shows complete folder structure after completion\n\n## Implementations\n\n### PowerShell Version (`create_folders.ps1`)\n- Native Windows solution\n- No additional dependencies required\n- Windows-specific path handling\n- Built-in security features\n\nUsage:\n```powershell\n.\\create_folders.ps1\n```\n\n### Python Version (`create_folders.py`)\n- Cross-platform compatible\n- Uses modern pathlib library\n- Clean, readable syntax\n- Easy to extend\n\nUsage:\n```bash\npython create_folders.py\n```\n\n## Folder Structure Created\n\n```\nBase Path\n├── 2024\n│   ├── 2024_01\n│   ├── 2024_02\n│   └── ...\n├── 2025\n│   ├── 2025_01\n│   ├── 2025_02\n│   └── ...\n└── 2026\n    ├── 2026_01\n    ├── 2026_02\n    └── ...\n```\n\n## Requirements\n\nFor PowerShell version:\n- Windows PowerShell 5.1 or later\n- Administrator privileges (when creating folders in system directories)\n\nFor Python version:\n- Python 3.6 or later\n- No additional packages required\n\n## Which Version Should I Use?\n\n- Use the **PowerShell** version if:\n  - You're working exclusively in Windows\n  - You need native Windows integration\n  - You don't want to install additional software\n\n- Use the **Python** version if:\n  - You need cross-platform compatibility\n  - You plan to extend the functionality\n  - You prefer Python's syntax\n  - You already have Python installed\n\n## License\n\nMIT License\n\n## Author\n\njcherranz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcherranz%2Ffolder-structure-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcherranz%2Ffolder-structure-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcherranz%2Ffolder-structure-script/lists"}