{"id":35170979,"url":"https://github.com/wh1le/qutebrowser-sync","last_synced_at":"2026-01-13T22:55:56.024Z","repository":{"id":330876652,"uuid":"1124277377","full_name":"wh1le/qutebrowser-sync","owner":"wh1le","description":"Sync qutebrowser bookmarks, quickmarks, and history across machines via any mounted remote (NFS, SSHFS, Syncthing, DropBox Google Drive, rclone etc.)","archived":false,"fork":false,"pushed_at":"2025-12-28T18:23:05.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-31T08:58:14.424Z","etag":null,"topics":["linux","nextcloud","qutebrowser","qutebrowser-userscripts","rclone","sync"],"latest_commit_sha":null,"homepage":"","language":"Python","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/wh1le.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":"2025-12-28T17:51:56.000Z","updated_at":"2025-12-28T22:32:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wh1le/qutebrowser-sync","commit_stats":null,"previous_names":["wh1le/qutebrowser-sync"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wh1le/qutebrowser-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wh1le%2Fqutebrowser-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wh1le%2Fqutebrowser-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wh1le%2Fqutebrowser-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wh1le%2Fqutebrowser-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wh1le","download_url":"https://codeload.github.com/wh1le/qutebrowser-sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wh1le%2Fqutebrowser-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["linux","nextcloud","qutebrowser","qutebrowser-userscripts","rclone","sync"],"created_at":"2025-12-28T20:47:31.314Z","updated_at":"2026-01-13T22:55:56.019Z","avatar_url":"https://github.com/wh1le.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qutebrowser Sync\n\nBidirectional sync for [qutebrowser](https://github.com/qutebrowser/qutebrowser) bookmarks, quickmarks, and browsing history across multiple machines.\n\n## Features\n\n- **Bookmarks \u0026 quickmarks sync** — bidirectional merge, deduplicates by URL/key\n- **Live history sync** — SQLite merge works in real-time, no browser restart needed\n- **Any storage backend** — NFS, SSHFS, Syncthing, Dropbox, Google Drive (rclone), NAS, USB drives\n- **Multi-machine, multi-profile** — seamlessly sync between desktop, laptop, work, home\n- **Zero dependencies** — pure Python stdlib, single file, just works\n\n## Dependencies\n\nPython 3.6+ (stdlib only, no pip packages required)\n\n## Installation\n\n```bash\ncurl -o ~/.local/bin/qutebrowser-sync https://raw.githubusercontent.com/wh1le/qutebrowser-sync/main/qutebrowser-sync\nchmod +x ~/.local/bin/qutebrowser-sync\n```\n\n## Usage\n\n```bash\nqutebrowser-sync --remote /mnt/nas/browser-data\nqutebrowser-sync --remote /mnt/syncthing --profile work\nqutebrowser-sync --remote /mnt/sshfs/server --no-history\n```\n\n## Options\n\n| Flag           | Description                                   |\n| -------------- | --------------------------------------------- |\n| `--remote`     | Path to mounted remote directory (required)   |\n| `--profile`    | Qutebrowser profile name (default: `default`) |\n| `--home`       | Override home directory                       |\n| `--no-history` | Skip history sync                             |\n\n## How it works\n\n1. Checks if remote is mounted (looks for `qutebrowser/` dir)\n2. Merges local ↔ remote bookmarks/quickmarks (union, deduplicated)\n3. Merges SQLite history both directions (by url+timestamp)\n\n## Automation\n\n```bash\n# cron (every 30 min)\n*/30 * * * * /home/user/.local/bin/qutebrowser-sync --remote /mnt/nas/browser\n# systemd timer, or hook into qutebrowser quit\n```\n\n## TODO\n\n- add more flexible support for different profiles\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwh1le%2Fqutebrowser-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwh1le%2Fqutebrowser-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwh1le%2Fqutebrowser-sync/lists"}