{"id":16238495,"url":"https://github.com/sieren/qsyncthingtray","last_synced_at":"2025-04-06T18:17:47.218Z","repository":{"id":72273159,"uuid":"41692693","full_name":"sieren/QSyncthingTray","owner":"sieren","description":"ATT: NO LONGER ACTIVELY MAINTAINED, NEEDS NEW OWNER || A OS X / Windows / Linux Tray App for Syncthing written in C++","archived":false,"fork":false,"pushed_at":"2020-05-10T21:52:26.000Z","size":17975,"stargazers_count":366,"open_issues_count":28,"forks_count":30,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-10-10T13:41:25.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sieren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.GPLv3+.txt","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":"2015-08-31T18:22:27.000Z","updated_at":"2024-10-02T16:59:24.000Z","dependencies_parsed_at":"2023-03-11T12:07:53.761Z","dependency_job_id":null,"html_url":"https://github.com/sieren/QSyncthingTray","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sieren%2FQSyncthingTray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sieren%2FQSyncthingTray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sieren%2FQSyncthingTray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sieren%2FQSyncthingTray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sieren","download_url":"https://codeload.github.com/sieren/QSyncthingTray/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526770,"owners_count":20953143,"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","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-10-10T13:40:34.709Z","updated_at":"2025-04-06T18:17:47.195Z","avatar_url":"https://github.com/sieren.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"QSyncthingTray\n=============\n#### A Traybar Application for Syncthing written in C++ \n\n![Travis CI](https://travis-ci.org/sieren/QSyncthingTray.svg?branch=master \"Travis CI\nStatus\") [![Build\nstatus](https://ci.appveyor.com/api/projects/status/6a88vmt8vxpdhcml/branch/master?svg=true)](https://ci.appveyor.com/project/sieren/qsyncthingtray/branch/master)\n[![Downloads](https://img.shields.io/github/downloads/sieren/QSyncthingTray/total.svg \"Downloads\")](https://github.com/sieren/QSyncthingTray/releases)\n[![Issues](https://img.shields.io/github/issues/sieren/QSyncthingTray.svg\n\"Issues\")](https://github.com/sieren/QSyncthingTray/issues)\n\n\n\nA cross-platform status bar for [Syncthing](http://syncthing.net/).  \nCurrently supports **OS X**, **Windows** and **Linux**.\n\nWritten in C++ with Qt.\n\n## Features\n\n+ Shows number of connections at a glance.\n+ Traffic statistics and graphs about throughput and connections.\n+ Launches Syncthing and Syncthing-iNotifier if specified.\n+ Quickly pause Syncthing with one click.\n+ Last Synced Files - Quickly see the recently synchronised files and open their folder.\n+ Quick Access to all shared folders.\n+ Presents Syncthing UI in a separate view instead of using the browser.\n+ Supports authenticated HTTPS connections.\n+ Uses System Notifications about current connection status.\n+ Toggle for monochrome icon.\n\nIs there a feature missing? Open an issue, send me an [email](mailto:info@s-r-n.de) or fork this project and add it yourself.\n\n\n\n## Download\n\nPrecompiled binaries for Windows and Mac are downloadable in the [Releases](https://github.com/sieren/QSyncthingTray/releases) section.\n\n## Screenshots\n\n![alt text](https://raw.githubusercontent.com/sieren/QSyncthingTray/master/media/qsyncthingtray.png \"Mac OSX \")\n![alt text](https://raw.githubusercontent.com/sieren/QSyncthingTray/master/media/qsyncthingubuntu.png \"Ubuntu\")\n![alt text](https://raw.githubusercontent.com/sieren/QSyncthingTray/master/media/qsyncthingtraywin.png \"Windows\")\n\n\n\n## How To Use It\nQSyncthingTray does not come with Syncthing bundled. Therefore it needs to be downloaded from [Syncthing](http://syncthing.net/).\nOnce you specifiy the path to the 'syncthing' binary it will automatically spawn syncthing when you run QSyncthingTray.\n\nTo start Syncthing at boot (OS X):\n\n+ Go to **System Preferences** and **Users \u0026 Groups**\n+ Drag QSyncthingTray into the **Login Items** list\n\n## Requirements\nIf you want to use HTTPS to connect to Syncthing on Windows, please download and install the [OpenSSL DLLs](http://slproweb.com/products/Win32OpenSSL.html). Then restart QSyncthingTray.\n\n## Build \u0026 Run\n+ Get a recent version of Qt (5.5+)  \n+ QSyncthingTray can be either built with QWebEngine, QtWebView or native Browser support. By default it is built with QWebEngine. To enable QWebView pass `-DQST_BUILD_WEBKIT=1` as an argument to `cmake`. For native browser support: `-DQST_BUILD_NATIVEBROWSER=1`.\n\n### Mac \u0026 Windows\n+ Use either QtCreator or create an XCode or Visual Studio Project with CMake or QMake.  \n```\nmkdir build \u0026\u0026 cd build  \ncmake ../ -G Xcode\n```\n\n### Linux\n+ Get the most recent [Qt Version](http://www.qt.io/download/)\n+ Using `cmake`: \n```\nmkdir build \u0026\u0026 cd build\ncmake .. \u0026\u0026 make\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsieren%2Fqsyncthingtray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsieren%2Fqsyncthingtray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsieren%2Fqsyncthingtray/lists"}