{"id":51175244,"url":"https://github.com/smartlegionlab/forgejo-sync-manager-gui","last_synced_at":"2026-06-27T03:04:58.793Z","repository":{"id":359283658,"uuid":"1245263257","full_name":"smartlegionlab/forgejo-sync-manager-gui","owner":"smartlegionlab","description":"Desktop GUI application for batch synchronization of Forgejo repositories to local machine.","archived":false,"fork":false,"pushed_at":"2026-05-21T06:38:26.000Z","size":366,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-21T13:25:55.605Z","etag":null,"topics":["alexander-suvorov","desktop-application","forgejo","python-application","repository-management","smartlegionlab"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartlegionlab.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-21T04:10:26.000Z","updated_at":"2026-05-21T06:36:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/smartlegionlab/forgejo-sync-manager-gui","commit_stats":null,"previous_names":["smartlegionlab/forgejo-sync-manager-gui"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/smartlegionlab/forgejo-sync-manager-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fforgejo-sync-manager-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fforgejo-sync-manager-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fforgejo-sync-manager-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fforgejo-sync-manager-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartlegionlab","download_url":"https://codeload.github.com/smartlegionlab/forgejo-sync-manager-gui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fforgejo-sync-manager-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34839913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"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":["alexander-suvorov","desktop-application","forgejo","python-application","repository-management","smartlegionlab"],"created_at":"2026-06-27T03:04:58.717Z","updated_at":"2026-06-27T03:04:58.786Z","avatar_url":"https://github.com/smartlegionlab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# forgejo-sync-manager-gui \u003csup\u003ev1.0.2\u003c/sup\u003e\n\nDesktop GUI application for batch synchronization of Forgejo repositories to local machine.\n\n---\n\n[![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/forgejo-sync-manager-gui)](https://github.com/smartlegionlab/forgejo-sync-manager-gui)\n[![GitHub license](https://img.shields.io/github/license/smartlegionlab/forgejo-sync-manager-gui)](https://github.com/smartlegionlab/forgejo-sync-manager-gui/blob/master/LICENSE)\n[![GitHub release](https://img.shields.io/github/v/release/smartlegionlab/forgejo-sync-manager-gui)](https://github.com/smartlegionlab/forgejo-sync-manager-gui/)\n[![GitHub stars](https://img.shields.io/github/stars/smartlegionlab/forgejo-sync-manager-gui?style=social)](https://github.com/smartlegionlab/forgejo-sync-manager-gui/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/forgejo-sync-manager-gui?style=social)](https://github.com/smartlegionlab/forgejo-sync-manager-gui/network/members)\n\n---\n\n## ⚠️ Disclaimer\n\n**By using this software, you agree to the full disclaimer terms.**\n\n**Summary:** Software provided \"AS IS\" without warranty. You assume all risks.\n\n**Full legal disclaimer:** See [DISCLAIMER.md](https://github.com/smartlegionlab/forgejo-sync-manager-gui/blob/master/DISCLAIMER.md)\n\n---\n\n## Features\n\n- Modern dark theme GUI interface\n- Automatic authentication via personal access token\n- Batch repository cloning and updating with real-time progress tracking\n- Visual repository list with search and filter capabilities\n- Full repository recloning option\n- Local repository deletion\n- One-click open in browser or local folder\n- Persistent configuration storage\n- Multi-repository selection for batch operations\n\n## Requirements\n\n- Python 3.8+\n- Git\n- Forgejo server with API access\n- PyQt6\n\n## Installation\n\n```bash\ngit clone https://github.com/smartlegionlab/forgejo-sync-manager-gui.git\ncd forgejo-sync-manager-gui\npython -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\npython app.py\n```\n\n## Usage\n\n```bash\npython app.py\n```\n\n## Configuration\n\nOn first run, the setup dialog will guide you through:\n\n1. Server URL (e.g., `http://localhost:3000`)\n2. Personal access token with `read:repository` and `read:user` scopes\n\nConfiguration is stored in `~/forgejo-sync-manager/config.json`\n\n## GUI Interface\n\n### Main Window Components\n\n- **Top Panel**: Application title and description\n- **Info Panel**: Connection status, user info (clickable), server URL (clickable), repository statistics\n- **Repository Table**: List of all repositories with columns:\n  - `#` - Index number\n  - `Repository` - Repository name\n  - `Type` - Public 🔒 or Private 🌍\n  - `Size` - Repository size in MB\n  - `Status` - Local 📁 or Remote 🌐\n- **Search \u0026 Filter**: Search by name, filter by Public/Private/Forks/Local/Remote\n- **Action Buttons**:\n  - `Sync All` - Clone missing repositories and update all local copies\n  - `Update Only` - Update only already cloned repositories\n  - `Re-clone All` - Delete all local copies and clone again from server\n\n### Context Menu (Right-click on repository)\n\n- `Sync` - Clone if missing, update if exists\n- `Re-clone` - Delete local copy and clone again\n- `Delete Local` - Remove local repository folder (for local repositories only)\n- `Open Local Folder` - Open repository folder in file manager (single selection)\n- `Open in Browser` - Open repository on Forgejo web interface (single selection)\n\n### Keyboard Shortcuts\n\n### Keyboard Shortcuts\n\n| Shortcut       | Action                            |\n|----------------|-----------------------------------|\n| `Ctrl+Shift+S` | Sync All Repositories             |\n| `Ctrl+Shift+U` | Update Only Existing Repositories |\n| `Ctrl+Shift+R` | Re-clone All Repositories         |\n| `Ctrl+Q`       | Exit Application                  |\n| `Ctrl+,`       | Open Settings                     |\n| `Ctrl+/`       | Show Keyboard Shortcuts           |\n| `Ctrl+Shift+A` | Show About Dialog                 |\n\n### Information Dialogs\n\n- **Click on username** - Shows user information dialog with statistics\n- **Click on server URL** - Opens Forgejo server in default browser\n\n## Synchronization Dialog\n\nWhen starting any sync operation, a dialog appears showing:\n- Real-time progress bar\n- Current repository being processed\n- Operation log with timestamps\n- Summary statistics upon completion\n\n## How It Works\n\n1. **Authentication**: Token-based authentication via Forgejo API\n2. **Repository Discovery**: Fetches complete repository list with pagination (50 per page)\n3. **Sync Operations**: Uses authenticated URLs with embedded token for Git operations\n4. **Real-time UI Updates**: Repository status changes immediately after each successful operation\n\n## Screenshots\n\n![forgejo-sync-manager-gui](https://github.com/smartlegionlab/forgejo-sync-manager-gui/blob/master/data/images/logo.png)\n\n## License\n\n[BSD 3-Clause License](https://github.com/smartlegionlab/forgejo-sync-manager-gui/blob/master/LICENSE)\n\nCopyright (©) 2026, [Alexander Suvorov](https://github.com/smartlegionlab)\nAll rights reserved.\n\n---\n\n## Powered By\n\nThis application is built on top of:\n\n| Library                                                                                      | Description                                                   | Version |\n|----------------------------------------------------------------------------------------------|---------------------------------------------------------------|---------|\n| **[forgejo-sync-manager-core](https://github.com/smartlegionlab/forgejo-sync-manager-core)** | Universal core library for Forgejo repository synchronization | v1.0.0  |\n| **PyQt6**                                                                                    | Python bindings for Qt6 framework                             | ≥6.5.0  |\n| **requests**                                                                                 | HTTP library for Python                                       | ≥2.31.0 |\n\n## Related Projects\n\n| Project                       | Description                                      | Repository                                                            |\n|-------------------------------|--------------------------------------------------|-----------------------------------------------------------------------|\n| **forgejo-sync-manager-cli**  | Command-line interface for batch synchronization | [GitHub](https://github.com/smartlegionlab/forgejo-sync-manager-cli)  |\n| **forgejo-sync-manager-core** | Universal core library                           | [GitHub](https://github.com/smartlegionlab/forgejo-sync-manager-core) |\n\n## See Also\n\n- **[forgejo-sync-manager-cli](https://github.com/smartlegionlab/forgejo-sync-manager-cli)** - If you prefer command-line interface\n- **[forgejo-sync-manager-core](https://github.com/smartlegionlab/forgejo-sync-manager-core)** - Core library for custom implementations\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlegionlab%2Fforgejo-sync-manager-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartlegionlab%2Fforgejo-sync-manager-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlegionlab%2Fforgejo-sync-manager-gui/lists"}