{"id":13906194,"url":"https://github.com/oae/gnome-shell-extensions-sync","last_synced_at":"2025-07-18T04:30:30.648Z","repository":{"id":41488146,"uuid":"150640237","full_name":"oae/gnome-shell-extensions-sync","owner":"oae","description":"Syncs gnome shell keybindings, tweaks settings and extensions with their configuration across all gnome installations","archived":true,"fork":false,"pushed_at":"2023-06-16T08:40:14.000Z","size":566,"stargazers_count":296,"open_issues_count":7,"forks_count":19,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-07T23:47:14.479Z","etag":null,"topics":["extensions-sync","gist","gitlab","gjs","gnome","gnome-installations","gnome-shell-extension","rollupjs","syncs-gnome","typescript"],"latest_commit_sha":null,"homepage":"https://extensions.gnome.org/extension/1486/extensions-sync/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oae.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}},"created_at":"2018-09-27T19:52:47.000Z","updated_at":"2024-07-21T04:38:02.000Z","dependencies_parsed_at":"2022-08-30T20:10:44.786Z","dependency_job_id":null,"html_url":"https://github.com/oae/gnome-shell-extensions-sync","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oae%2Fgnome-shell-extensions-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oae%2Fgnome-shell-extensions-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oae%2Fgnome-shell-extensions-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oae%2Fgnome-shell-extensions-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oae","download_url":"https://codeload.github.com/oae/gnome-shell-extensions-sync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226344569,"owners_count":17610162,"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":["extensions-sync","gist","gitlab","gjs","gnome","gnome-installations","gnome-shell-extension","rollupjs","syncs-gnome","typescript"],"created_at":"2024-08-06T23:01:31.014Z","updated_at":"2024-11-25T14:31:03.575Z","avatar_url":"https://github.com/oae.png","language":"TypeScript","funding_links":[],"categories":["HarmonyOS","typescript","TypeScript"],"sub_categories":["Windows Manager"],"readme":"# Extensions Sync\n\n[![ts](https://badgen.net/badge/icon/typescript?icon=typescript\u0026label)](#)\n[![opensource](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](#)\n[![licence](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://github.com/oae/gnome-shell-extensions-sync/blob/master/LICENSE)\n[![latest](https://img.shields.io/github/v/release/oae/gnome-shell-extensions-sync)](https://github.com/oae/gnome-shell-extensions-sync/releases/latest)\n[![compare](https://img.shields.io/github/commits-since/oae/gnome-shell-extensions-sync/latest/master)](https://github.com/oae/gnome-shell-extensions-sync/compare)\n\nSyncs gnome shell keybindings, tweaks settings and extensions with their configuration across all gnome installations\n\n|               Provider               |              Synced Data             |            Other Settings            |\n|:------------------------------------:|:------------------------------------:|:------------------------------------:|\n| ![](https://i.imgur.com/4Sv3Jus.png) | ![](https://i.imgur.com/Ii6Q8w3.png) | ![](https://i.imgur.com/OvDy80f.png) |\n\n## Installation\n\n### From [Git](https://github.com/oae/gnome-shell-extensions-sync)\n\n```bash\ngit clone https://github.com/oae/gnome-shell-extensions-sync.git\ncd ./gnome-shell-extensions-sync\nyarn install\nyarn build\nln -s \"$PWD/dist\" \"$HOME/.local/share/gnome-shell/extensions/extensions-sync@elhan.io\"\n```\n\n### From [Ego](https://extensions.gnome.org)\n\nYou can install it from [**here**](https://extensions.gnome.org/extension/1486/extensions-sync/)\n  \n\n## Usage\n\n- You can select the data types that are going to be saved in the settings.\n\n## For Github\n\n1. Create a new gist from [here](https://gist.github.com/) I suggest you make it secret. You will need the gist id for this. You can find it in the url after username. For example on gist url `https://gist.github.com/username/f545156c0083f7eaefa44ab69df4ec37`, gist id will be `f545156c0083f7eaefa44ab69df4ec37`. [Guide](https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists)\n2. Create a new token from [here](https://github.com/settings/tokens/new). Only **gist permission** is needed since we edit the gists. [Guide](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)\n3. Open extension settings, select the `Github` provider and fill gist id from first step and user token from second step.\n\n## For Gitlab\n\n1. Create a new snippet from [here](https://gitlab.com/-/snippets/new) I suggest you make it private. You will need the snippet id for this. You can find it in the url. For example on snippet url `https://gitlab.com/-/snippets/324234234`, snippet id will be `324234234`. [Guide](https://docs.gitlab.com/ee/user/snippets.html#create-snippets)\n2. Create a new token from [here](https://gitlab.com/-/profile/personal_access_tokens). Only **api scope** is needed. [Guide](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#create-a-personal-access-token)\n3. Open extension settings, select the `Gitlab` provider and fill snippet id from first step and user token from second step.\n\n## For Local\n\n1. Select a file that has read/write permission by your active user. (default backup file is in `~/.config/extensions-sync.json`)\n\n## Cli Usage\n\nYou can trigger upload download operations using busctl.\n\n```sh\nbusctl --user call org.gnome.Shell /io/elhan/ExtensionsSync io.elhan.ExtensionsSync save # uploads to server\nbusctl --user call org.gnome.Shell /io/elhan/ExtensionsSync io.elhan.ExtensionsSync read # downloads to pc\n```\n\n## Development\n\n- This extension is written in Typescript and uses rollup to compile it into javascript.\n- To start development, you need nodejs installed on your system;\n\n  - Clone the project\n\n    ```sh\n    git clone https://github.com/oae/gnome-shell-extensions-sync.git\n    cd ./gnome-shell-extensions-sync\n    ```\n\n  - Install dependencies and build it\n\n    ```sh\n    yarn install\n    yarn build\n    ln -s \"$PWD/dist\" \"$HOME/.local/share/gnome-shell/extensions/extensions-sync@elhan.io\"\n    ```\n\n  - During development you can use `yarn watch` command to keep generated code up-to-date.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foae%2Fgnome-shell-extensions-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foae%2Fgnome-shell-extensions-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foae%2Fgnome-shell-extensions-sync/lists"}