{"id":42783048,"url":"https://github.com/swarnimcodes/turepo","last_synced_at":"2026-01-29T22:44:46.858Z","repository":{"id":328921160,"uuid":"1117354815","full_name":"swarnimcodes/turepo","owner":"swarnimcodes","description":"Go to your git repo in your browser in a flash","archived":false,"fork":false,"pushed_at":"2025-12-27T11:51:03.000Z","size":42,"stargazers_count":3,"open_issues_count":3,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-29T03:52:23.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swarnimcodes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-16T07:41:40.000Z","updated_at":"2025-12-28T12:19:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/swarnimcodes/turepo","commit_stats":null,"previous_names":["swarnimcodes/turepo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/swarnimcodes/turepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarnimcodes%2Fturepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarnimcodes%2Fturepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarnimcodes%2Fturepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarnimcodes%2Fturepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swarnimcodes","download_url":"https://codeload.github.com/swarnimcodes/turepo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarnimcodes%2Fturepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28888510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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":[],"created_at":"2026-01-29T22:44:45.435Z","updated_at":"2026-01-29T22:44:46.824Z","avatar_url":"https://github.com/swarnimcodes.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# turepo\n\nOpen your project's git repository in the browser in a flash.\n\n[![MELPA](https://melpa.org/packages/turepo-badge.svg)](https://melpa.org/#/turepo)\n[![Elisp Byte Compilation CI](https://github.com/swarnimcodes/turepo/actions/workflows/byte-compilation.yml/badge.svg?branch=main)](https://github.com/swarnimcodes/turepo/actions/workflows/byte-compilation.yml)\n\n\n![Demo](https://i.imgur.com/oBmunax.gif)\n\n## Features\n\n- Jump from code to web repository instantly\n- Supports GitHub, GitLab, Codeberg and SourceHut (both SSH and HTTPS URLs)\n- Works with SSH config aliases\n- Compatible with self-hosted instances (https only)\n\n## Installation\n\n### From MELPA (recommended) ~~(awating-merge)~~ (merged)\n\nCheck melpa merge status here: https://github.com/melpa/melpa/pull/9726\n\n```elisp\n(use-package turepo\n  :ensure t\n  :bind ((\"C-c g r\" . turepo)))\n```\n\n\n### Manual Installation\n\n1. Clone this repository:\n```bash\ngit clone https://github.com/swarnimcodes/turepo ~/.emacs.d/turepo\n```\n\n2. Add to your init file:\n```elisp\n(use-package turepo\n  :ensure nil\n  :load-path \"~/.emacs.d/turepo\"\n  :bind ((\"C-c g r\" . turepo)))\n```\n\n## Usage\n\nRun `M-x turepo` or press `C-c g r` (if you set up the keybinding above) while in any project buffer.\nyour default browser will open to the repository's web page.\n\n## Configuration\n\n### Debug Mode\n\nBy default, turepo operates silently and only displays error messages. You can enable debug mode to see detailed execution information:\n\n```elisp\n;; Enable debug mode\n(setq turepo-debug-mode t)\n```\n\nOr with `use-package`:\n\n```elisp\n(use-package turepo\n  :ensure t\n  :bind ((\"C-c g r\" . turepo))\n  :custom\n  (turepo-debug-mode t))\n```\n\nWhen enabled, debug messages will show:\n- Git repository location\n- Config file path\n- Matched URL pattern (HTTP/SSH/git@)\n- URL being opened\n\n## License\n\nGPL-3.0-or-later. See [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions welcome! Please open an issue or submit a pull request.\n\n## Author\n\nSwarnim Barapatre ([@swarnimcodes](https://github.com/swarnimcodes))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswarnimcodes%2Fturepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswarnimcodes%2Fturepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswarnimcodes%2Fturepo/lists"}