{"id":20720285,"url":"https://github.com/zaaack/aria2c-node-gui","last_synced_at":"2026-04-24T19:31:11.768Z","repository":{"id":74324595,"uuid":"104046831","full_name":"zaaack/aria2c-node-gui","owner":"zaaack","description":"An aria2c gui by node-systray","archived":false,"fork":false,"pushed_at":"2017-10-19T07:21:37.000Z","size":1115,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T07:52:49.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zaaack.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}},"created_at":"2017-09-19T08:17:23.000Z","updated_at":"2020-09-29T06:15:06.000Z","dependencies_parsed_at":"2023-07-07T17:00:19.493Z","dependency_job_id":null,"html_url":"https://github.com/zaaack/aria2c-node-gui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zaaack/aria2c-node-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaack%2Faria2c-node-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaack%2Faria2c-node-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaack%2Faria2c-node-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaack%2Faria2c-node-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaaack","download_url":"https://codeload.github.com/zaaack/aria2c-node-gui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaack%2Faria2c-node-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":[],"created_at":"2024-11-17T03:19:56.335Z","updated_at":"2026-04-24T19:31:11.716Z","avatar_url":"https://github.com/zaaack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-systray\n\n\u003e SysTray library for nodejs using [systray-portable](https://github.com/zaaack/systray-portable) (a portable version of [the go systray library](https://github.com/getlantern/systray)).\n\n\n## Install\n```sh\nnpm i systray\n# or\nyarn add systray\n```\n\n## Usage\n\n```ts\nimport SysTray from 'systray'\n\nconst systray = new SysTray({\n    menu: {\n        icon: \"\u003cbase64 image string\u003e\",\n        title: \"标题\",\n        tooltip: \"Tips\",\n        items: [{\n            title: \"aa\",\n            tooltip: \"bb\",\n            checked: true, // checked not implemented on Linux yet.\n            enabled: true\n        }, {\n            title: \"aa2\",\n            tooltip: \"bb\",\n            checked: false,\n            enabled: true\n        }, {\n            title: \"Exit\",\n            tooltip: \"bb\",\n            checked: false,\n            enabled: true\n        }]\n    },\n    debug: false,\n    copyDir: true, // copy go tray binary to outside directory, useful for packing tool like pkg.\n})\n\nsystray.onClick(action =\u003e {\n    if (action.seq_id === 1) {\n        if (action.seq_id === 0) {\n            systray.sendAction({\n                type: 'update-item',\n                item: {\n                ...action.item,\n                checked: !action.item.checked,\n                },\n                seq_id: action.seq_id,\n            })\n        } else if (action.seq_id === 2) {\n            systray.kill()\n        }\n    }\n})\n\n```\n\nFor more API info please see https://zaaack.github.io/node-systray/\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaaack%2Faria2c-node-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaaack%2Faria2c-node-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaaack%2Faria2c-node-gui/lists"}