{"id":45655089,"url":"https://github.com/arran4/kgithub-notify","last_synced_at":"2026-04-01T18:19:51.044Z","repository":{"id":339688922,"uuid":"1161460627","full_name":"arran4/kgithub-notify","owner":"arran4","description":"A sleek GitHub notification system tray application written natively in C++ using Qt6 and KDE Frameworks 6 (KF6). It quietly monitors your GitHub account, notifying you when there are new notifications, and provides a rich desktop interface to manage themGithub notifier for KDE","archived":false,"fork":false,"pushed_at":"2026-03-25T03:58:53.000Z","size":9238,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T09:38:10.350Z","etag":null,"topics":["api","github","kde","notifier","qt","ui"],"latest_commit_sha":null,"homepage":"","language":"C++","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/arran4.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-19T06:04:11.000Z","updated_at":"2026-03-25T03:58:55.000Z","dependencies_parsed_at":"2026-03-25T06:01:22.214Z","dependency_job_id":null,"html_url":"https://github.com/arran4/kgithub-notify","commit_stats":null,"previous_names":["arran4/kgithub-notify"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/arran4/kgithub-notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fkgithub-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fkgithub-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fkgithub-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fkgithub-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arran4","download_url":"https://codeload.github.com/arran4/kgithub-notify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fkgithub-notify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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":["api","github","kde","notifier","qt","ui"],"created_at":"2026-02-24T08:28:02.843Z","updated_at":"2026-04-01T18:19:51.010Z","avatar_url":"https://github.com/arran4.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Kgithub-notify\n\nA sleek GitHub notification system tray application written natively in C++ using Qt6 and KDE Frameworks 6 (KF6). It quietly monitors your GitHub account, notifying you when there are new notifications, and provides a rich desktop interface to manage them.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"logo.png\" alt=\"kgithub-notify logo\" width=\"128\" /\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/Screenshot_20260221_210604.png\" alt=\"Main Interface\" width=\"45%\" /\u003e\n    \u003cimg src=\"docs/Screenshot_20260221_210702.png\" alt=\"Notification Item\" width=\"45%\" /\u003e\n\u003c/p\u003e\n\n## ✨ Features\n\nKgithub-notify acts as a mini-client for managing your daily GitHub workflows directly from your desktop.\n\n### 🔔 Smart Notification Management\n* **Rich Notification List**: View, filter (Inbox, Unread, Read, All), sort, and search your notifications natively.\n* **Periodic Polling**: Quietly checks for new notifications every 5 minutes.\n* **Desktop Alerts**: Natively integrates with your desktop environment for system notifications using KDE's KNotification.\n* **Quick Actions**: Double-click to view properties, or right-click to Open in Browser, Mark as Read, Mark as Done, Copy Link, and View Raw JSON.\n* **Differential Updates**: Smooth UI refresh strategy to prevent annoying screen flicker.\n\n### 🛠️ Developer Tools \u0026 Work Items\n* **Trending Explorer**: Browse trending repositories and developers right from the `Tools` menu, complete with language filters and \"star\" indicators for repos you already follow.\n* **Work Item Hub**: Automatically aggregate your \"Open Issues\" and \"Open Pull Requests\" based on involvement (assigned, mentioned, authored, review-requested).\n* **Detailed Views**: Dedicated windows to inspect Pull Requests, GitHub Actions (Check Suites/Workflows), and raw JSON payloads.\n* **Repository List**: Export and view a complete list of your repositories directly to CSV.\n\n### 🐧 Deep KDE Integration (KF6)\n* **Native Feel**: Built upon KXmlGuiWindow to adhere perfectly to KDE Human Interface Guidelines (HIG).\n* **Secure Token Storage**: Safely stores your Personal Access Token (PAT) utilizing KWallet. No plain-text secrets on your drive!\n* **System Tray**: Unobtrusive background execution with a handy context menu.\n\n## 📦 Prerequisites\n\n* **C++ Compiler**: Must support C++17 (e.g., GCC 7+, Clang 5+, MSVC 2017+).\n* **CMake**: Version 3.10 or higher.\n* **Qt6 \u0026 KDE Frameworks 6**:\n\n### Installing Dependencies (Debian / Ubuntu 24.10+)\n\n```bash\nsudo apt update\nsudo apt install build-essential cmake qt6-base-dev qt6-tools-dev-tools qt6-svg-dev \\\n  libkf6notifications-dev libkf6wallet-dev libkf6coreaddons-dev libkf6xmlgui-dev \\\n  libkf6configwidgets-dev libkf6i18n-dev\n```\n\u003e **Note:** If you are on an older distribution (like Ubuntu 24.04) that lacks standard KF6 packages, you can use the provided `.jules/Dockerfile` to compile the application inside an isolated Debian Testing container.\n\n## 🚀 Build Instructions\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/arran4/Kgithub-notify.git\n    cd Kgithub-notify\n    ```\n\n2. **Create a build directory**:\n    ```bash\n    mkdir build\n    cd build\n    ```\n\n3. **Configure and compile**:\n    ```bash\n    cmake ..\n    make -j$(nproc)\n    ```\n\n4. **Run the application**:\n    ```bash\n    ./kgithub-notify\n    ```\n\n## ⚙️ Configuration\n\nOn the first run, or by selecting \"Settings\" from the File menu (or tray icon context menu), you need to provide a GitHub Personal Access Token (PAT).\n\n1. Go to [GitHub Settings \u003e Developer settings \u003e Personal access tokens](https://github.com/settings/tokens).\n2. Generate a new token. You can use either a **Classic Token** or a **Fine-grained Token**.\n\n### Token Scopes\n\nTo ensure the application can fetch your notifications and their details (especially for private repositories), your token must have the correct permissions.\n\n**For a Classic Token:**\n* Select the `notifications` scope to access your inbox.\n* To receive notifications and fetch details (like pull request status or issue authors) for **private repositories**, you **must** also select the full `repo` scope.\n\n**For a Fine-grained Token:**\n* **Repository Access:** Select the specific repositories you want to monitor, or \"All repositories\".\n* **Permissions:** Under \"Repository permissions\", grant **Read-only** access to:\n    * `Pull requests` (Required to fetch pull request details)\n    * `Issues` (Required to fetch issue details)\n    * `Metadata` (Usually required automatically)\n* **User Permissions:** Under \"User permissions\", grant **Read-only** access to:\n    * `Notifications` (Required to access your inbox)\n\n3. Copy the token and paste it into the application's settings dialog.\n\n## 📄 License\n\nThis project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details.\n\n\n## GitHub Token Permissions\nWhen setting up your Personal Access Token, ensure it has the appropriate permissions:\n* **Classic PAT**: `repo`, `read:org`, `notifications` scopes.\n* **Fine-grained Token**: Read/Write access for `Issues` \u0026 `Pull requests`, and Read access for `Metadata`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fkgithub-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farran4%2Fkgithub-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fkgithub-notify/lists"}