{"id":46244602,"url":"https://github.com/thejoaov/tray-link","last_synced_at":"2026-03-12T22:10:11.282Z","repository":{"id":54687550,"uuid":"216061556","full_name":"thejoaov/tray-link","owner":"thejoaov","description":"System tray application to provide a shortcut for your projects on vscode and github-desktop","archived":false,"fork":false,"pushed_at":"2026-03-10T23:39:52.000Z","size":73031,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T01:45:00.172Z","etag":null,"topics":["application","debian-packages","developer-tools","development","development-tools","electron","github-desktop","linux","macos","shortcut","snap","system-tray","tray","tray-application","vscode","vscode-extension","windows"],"latest_commit_sha":null,"homepage":"https://tray-link-docs.vercel.app","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/thejoaov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-10-18T16:07:59.000Z","updated_at":"2026-03-10T23:39:55.000Z","dependencies_parsed_at":"2024-01-21T05:23:53.336Z","dependency_job_id":"c05a60bf-8247-42a0-af4e-12e172d807ca","html_url":"https://github.com/thejoaov/tray-link","commit_stats":null,"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"purl":"pkg:github/thejoaov/tray-link","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejoaov%2Ftray-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejoaov%2Ftray-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejoaov%2Ftray-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejoaov%2Ftray-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thejoaov","download_url":"https://codeload.github.com/thejoaov/tray-link/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejoaov%2Ftray-link/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30446431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T21:31:01.033Z","status":"ssl_error","status_checked_at":"2026-03-12T21:30:43.161Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["application","debian-packages","developer-tools","development","development-tools","electron","github-desktop","linux","macos","shortcut","snap","system-tray","tray","tray-application","vscode","vscode-extension","windows"],"created_at":"2026-03-03T21:04:29.333Z","updated_at":"2026-03-12T22:10:11.275Z","avatar_url":"https://github.com/thejoaov.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003eTray Link\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/icon@3x.png\" alt=\"Tray Link icon\" width=\"90\" /\u003e\n\n  \u003cp\u003eSystem tray app to quickly open and manage your local projects.\u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/thejoaov/tray-link/graphs/contributors\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/contributors/thejoaov/tray-link\" alt=\"Contributors\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/thejoaov/tray-link/releases\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/v/release/thejoaov/tray-link?include_prereleases\u0026label=latest\" alt=\"Latest release\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Overview\n\nTray Link helps you keep your favorite projects one click away from the menu bar/tray.\n\nDocumentation: [tray-link-docs.vercel.app](https://tray-link-docs.vercel.app)\n\nWith it, you can:\n\n- Open a project folder quickly\n- Open projects directly in your preferred editor\n- Open projects in your preferred terminal\n- Open repositories in GitHub Desktop\n- Use the app in Portuguese (Brazil), English, or Spanish\n\n## Monorepo structure\n\n- `apps/menu-bar`: Desktop app (React Native + Expo + Electron bridge)\n- `apps/cli`: CLI used by Tray Link\n- `packages/*`: Shared types and modules\n\n## Tech stack\n\n- Bun workspaces\n- TurboRepo\n- TypeScript\n- Expo + React Native (macOS/Web)\n- Electron tooling integration\n\n## Requirements\n\n- Node.js `\u003e=20`\n- Bun `1.x`\n\n## Getting started\n\n1. Clone this repository\n2. Install dependencies:\n\n   ```bash\n   bun install\n   ```\n\n3. Start development mode from the monorepo root:\n\n   ```bash\n   bun run dev\n   ```\n\n## Useful scripts (root)\n\n- `bun run dev`: Run all workspace dev pipelines\n- `bun run build`: Build all workspaces\n- `bun run lint`: Run Biome lint\n- `bun run typecheck`: Run TypeScript checks across workspaces\n- `bun run start:metro`: Start Expo Metro for the menu-bar app\n- `bun run macos`: Build/run macOS target for the menu-bar app\n- `bun run electron:dev`: Export web bundle and start Electron\n- `bun run electron:package`: Package Electron app\n\n## Download\n\nPrebuilt binaries are available in [Releases](https://github.com/thejoaov/tray-link/releases).\n\n### Install with Homebrew (macOS)\n\n```bash\nbrew tap thejoaov/tap\nbrew install --cask tray-link\n```\n\nTo update later:\n\n```bash\nbrew upgrade --cask tray-link\n```\n\n### Homebrew maintainers\n\n- Cask file: [`thejoaov/homebrew-tap`](https://github.com/thejoaov/homebrew-tap)\n- Release sync workflow: `.github/workflows/homebrew-cask-sync.yml`\n\n## Signing disclaimer\n\nThis application is not signed yet. If you prefer, clone the repository and run/build it locally.\n\nTo force the signing on macOS, you can use the following command:\n\n```bash\nxattr -d com.apple.quarantine /Applications/Tray\\ Link.app\n```\n\n## License and attribution\n\nThis project is heavily inspired by the excellent work of [Expo Orbit](https://github.com/expo/orbit).\n\nThis project is licensed under the MIT License. See [LICENSE.md](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthejoaov%2Ftray-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthejoaov%2Ftray-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthejoaov%2Ftray-link/lists"}