{"id":24329731,"url":"https://github.com/mangalaman93/giggle","last_synced_at":"2026-05-15T21:04:33.138Z","repository":{"id":57553303,"uuid":"64333432","full_name":"mangalaman93/giggle","owner":"mangalaman93","description":"Sync overleaf repositories with Github","archived":false,"fork":false,"pushed_at":"2026-05-09T02:07:53.000Z","size":1643,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-09T04:16:54.104Z","etag":null,"topics":["github","overleaf"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mangalaman93.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":"2016-07-27T18:45:23.000Z","updated_at":"2026-05-09T02:07:55.000Z","dependencies_parsed_at":"2022-09-07T17:21:48.341Z","dependency_job_id":null,"html_url":"https://github.com/mangalaman93/giggle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mangalaman93/giggle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mangalaman93%2Fgiggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mangalaman93%2Fgiggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mangalaman93%2Fgiggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mangalaman93%2Fgiggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mangalaman93","download_url":"https://codeload.github.com/mangalaman93/giggle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mangalaman93%2Fgiggle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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":["github","overleaf"],"created_at":"2025-01-18T00:17:31.821Z","updated_at":"2026-05-15T21:04:33.119Z","avatar_url":"https://github.com/mangalaman93.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.com/mangalaman93/giggle.svg?branch=master)](https://travis-ci.com/mangalaman93/giggle) [![codecov](https://codecov.io/gh/mangalaman93/giggle/branch/master/graph/badge.svg)](https://codecov.io/gh/mangalaman93/giggle)\n\n [![Go Report Card](https://goreportcard.com/badge/github.com/mangalaman93/giggle)](https://goreportcard.com/report/github.com/mangalaman93/giggle) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/9933553bc3fb433d8d007cd917a64d90)](https://www.codacy.com/app/mangalaman93/giggle?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=mangalaman93/giggle\u0026amp;utm_campaign=Badge_Grade) [![Maintainability](https://api.codeclimate.com/v1/badges/b3e1b2f184edd8150ddd/maintainability)](https://codeclimate.com/github/mangalaman93/giggle/maintainability) [![CodeFactor](https://www.codefactor.io/repository/github/mangalaman93/giggle/badge)](https://www.codefactor.io/repository/github/mangalaman93/giggle)\n\n## giggle\n\nSync overleaf repositories with GitHub (runs as a system tray)\n\n## Requirements\n\n* Only works for Linux and darwin OS (Mac)\n* Doesn't work on windows yet, see https://github.com/getlantern/systray/issues/148\n\n## Setup Config\n\n* Copy the [example config file](https://github.com/mangalaman93/giggle/blob/master/config.json.example) to `$HOME/.config/.giggle/config.json` for Linux or `$HOME/Library/Application\\ Support/.giggle/config.json` for Mac\n* Add sync configuration to the `config.json` file\n* **Make sure to create empty target repo on GitHub**\n\n## Installation\n\n### Linux\n\n* Download the binary from [release](https://github.com/mangalaman93/giggle/releases/download/v0.1.0/giggle-linux-amd64) page\n* Setup `config.json` as described in [setup config](#setup-config)\n* `chmod +x giggle-linux-amd64`\n* Execute the binary\n\n## Mac\n\n* Download the binary from [release](https://github.com/mangalaman93/giggle/releases/download/v0.1.0/giggle-darwin-amd64) page\n* Setup `config.json` as described in [setup config](#setup-config)\n* `chmod +x giggle-darwin-amd64`\n* Execute the binary\n\n## Building from Source\n\n### Linux\n\n```\nsudo apt install libgtksourceview2.0-dev libgtk-3-dev libcairo2-dev libglib2.0-dev\ngo get -u github.com/mangalaman93/giggle\n```\n\n### Mac\n\n```\nxcode-select --install.\ngo get -u github.com/mangalaman93/giggle\n```\n\n## Future Work\n\n* Add UI to manage configuration\n* Fix running on windows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmangalaman93%2Fgiggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmangalaman93%2Fgiggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmangalaman93%2Fgiggle/lists"}