{"id":35370051,"url":"https://github.com/yungweng/github-things-sync","last_synced_at":"2026-01-04T04:01:34.631Z","repository":{"id":331015220,"uuid":"1124161793","full_name":"yungweng/github-things-sync","owner":"yungweng","description":"Sync GitHub PRs and Issues to Things 3 on macOS — automatic task creation and completion tracking","archived":false,"fork":false,"pushed_at":"2026-01-02T00:14:27.000Z","size":1022,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-02T01:14:12.871Z","etag":null,"topics":["automation","cli","developer-tools","github","macos","nodejs","productivity","task-management","things3","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/github-things-sync","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/yungweng.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":"2025-12-28T13:20:58.000Z","updated_at":"2026-01-02T00:14:30.000Z","dependencies_parsed_at":"2026-01-02T09:08:24.756Z","dependency_job_id":null,"html_url":"https://github.com/yungweng/github-things-sync","commit_stats":null,"previous_names":["yungweng/github-things-sync"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/yungweng/github-things-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yungweng%2Fgithub-things-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yungweng%2Fgithub-things-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yungweng%2Fgithub-things-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yungweng%2Fgithub-things-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yungweng","download_url":"https://codeload.github.com/yungweng/github-things-sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yungweng%2Fgithub-things-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28197445,"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":"2026-01-04T02:00:06.065Z","response_time":58,"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":["automation","cli","developer-tools","github","macos","nodejs","productivity","task-management","things3","typescript"],"created_at":"2026-01-02T02:47:58.872Z","updated_at":"2026-01-04T04:01:34.624Z","avatar_url":"https://github.com/yungweng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-things-sync\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/github-things-sync\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/github-things-sync.svg\" alt=\"npm version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/github-things-sync\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/github-things-sync.svg\" alt=\"downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/yungweng/github-things-sync/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/github-things-sync.svg\" alt=\"license\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/node/v/github-things-sync.svg\" alt=\"node version\"\u003e\n\u003c/p\u003e\n\n**Automatically sync your GitHub PRs and Issues to Things 3 on macOS.**\n\nStop manually creating todos for your GitHub work. github-things-sync watches your assigned issues, PR reviews, and created items—automatically creating and completing tasks in Things 3.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/demo.gif\" alt=\"Demo\" width=\"700\"\u003e\n\u003c/p\u003e\n\n## Quick Start\n\n```bash\nnpm install -g github-things-sync\ngithub-things-sync init\n```\n\n*Follow the prompts, then:*\n\n```bash\ngithub-things-sync start\n```\n\n## Features\n\n- 🔄 **Auto-sync** — PRs and issues appear in Things automatically\n- ✅ **Completion tracking** — Close an issue, task completes in Things\n- 📋 **Smart filtering** — Choose what to sync (reviews, created, assigned)\n- 🎯 **Repository scope** — Select specific repos or orgs to sync\n- 🚀 **Background daemon** — Runs silently, syncs every 5 minutes\n- 🍎 **macOS native** — Uses LaunchAgent for autostart\n\n## What Gets Synced\n\n| GitHub | → | Things |\n|--------|---|--------|\n| PR review requested | → | Todo in \"GitHub\" project |\n| Issue assigned to you | → | Todo with issue link |\n| PR you created | → | Todo with PR link |\n| Issue you created | → | Todo with issue link |\n| Closed/merged item | → | Task marked complete |\n\n## Prerequisites\n\n- macOS (Things 3 is macOS/iOS only)\n- [Things 3](https://culturedcode.com/things/) installed\n- Node.js 20+\n- [GitHub Personal Access Token](https://github.com/settings/tokens) (classic, `repo` scope)\n\n## Installation\n\n### Via npm (recommended)\n\n```bash\nnpm install -g github-things-sync\ngithub-things-sync init\n```\n\n### Via npx (no install)\n\n```bash\nnpx github-things-sync init\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eManual installation from source\u003c/summary\u003e\n\n```bash\ngit clone https://github.com/yungweng/github-things-sync.git\ncd github-things-sync\npnpm install \u0026\u0026 pnpm build\npnpm link --global\n```\n\n\u003c/details\u003e\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `init` | Interactive setup wizard |\n| `start` | Start background sync daemon |\n| `stop` | Stop the daemon |\n| `status` | Show daemon status and task mappings |\n| `sync` | Run a single sync (no daemon) |\n| `config` | View or update settings |\n| `config --verify` | Verify your tokens work |\n\n## How It Works\n\n```\n┌─────────────┐     Poll      ┌──────────────┐    AppleScript    ┌──────────┐\n│   GitHub    │ ◄──────────── │    Daemon    │ ─────────────────► │ Things 3 │\n│   API       │               │ (background) │    URL Scheme      │   App    │\n└─────────────┘               └──────────────┘                    └──────────┘\n                                     │\n                                     ▼\n                              ~/.github-things-sync/\n                              ├── config.json\n                              ├── state.json\n                              └── daemon.log\n```\n\nThe daemon polls GitHub every 5 minutes (configurable) for:\n- PRs where you're requested as reviewer\n- PRs you created\n- Issues assigned to you\n- Issues you created\n\nWhen items are found, it creates tasks in Things 3 via AppleScript. When items close/merge on GitHub, the corresponding tasks are completed via URL Scheme.\n\n## Configuration\n\nAfter running `init`, your config is stored at `~/.github-things-sync/config.json`.\n\nUpdate settings with:\n\n```bash\ngithub-things-sync config --interval=600      # Poll every 10 minutes\ngithub-things-sync config --project=\"Work\"    # Use different Things project\ngithub-things-sync config --sync-types=pr-reviews,issues-assigned\ngithub-things-sync config --repos=prompt      # Select specific repos to sync\ngithub-things-sync config --repos=all         # Reset to sync all repos\n```\n\n## Development\n\n```bash\ngit clone https://github.com/yungweng/github-things-sync.git\ncd github-things-sync\npnpm install\npnpm dev sync -v  # Run sync in dev mode\n```\n\n## Contributing\n\nFound a bug or have a feature request? [Open an issue](https://github.com/yungweng/github-things-sync/issues).\n\nPull requests are welcome!\n\n## License\n\nMIT © [yungweng](https://github.com/yungweng)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyungweng%2Fgithub-things-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyungweng%2Fgithub-things-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyungweng%2Fgithub-things-sync/lists"}