{"id":29195470,"url":"https://github.com/chamal1120/gropen","last_synced_at":"2025-07-02T05:04:32.349Z","repository":{"id":298894531,"uuid":"1001463730","full_name":"Chamal1120/gropen","owner":"Chamal1120","description":"A simple bash script to open gh repos without leaving your lovely terminal","archived":false,"fork":false,"pushed_at":"2025-06-13T13:26:11.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-02T05:04:30.779Z","etag":null,"topics":["bash","bash-script","cli-app","git"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Chamal1120.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}},"created_at":"2025-06-13T12:28:08.000Z","updated_at":"2025-06-13T14:36:19.000Z","dependencies_parsed_at":"2025-06-13T13:54:34.626Z","dependency_job_id":null,"html_url":"https://github.com/Chamal1120/gropen","commit_stats":null,"previous_names":["chamal1120/gropen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chamal1120/gropen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Fgropen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Fgropen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Fgropen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Fgropen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chamal1120","download_url":"https://codeload.github.com/Chamal1120/gropen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Fgropen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263077630,"owners_count":23410167,"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":["bash","bash-script","cli-app","git"],"created_at":"2025-07-02T05:04:31.674Z","updated_at":"2025-07-02T05:04:32.321Z","avatar_url":"https://github.com/Chamal1120.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n# Gropen\n\n\u003c/div\u003e\n\n#### What is GROPEN?\nGropen is a simple bash script that can open the remote repo of your CWD's git repo from your browser.\n\n#### How to install (Manual)\n1. Place the script in one of your `PATH`s.\n2. Source your shell configuration.\n3. That's it! (Try typing `gropen` inside a git directory)\n\n#### For maximum productivity\n1. Map a keybind in your shell configuration file.\n\nExample for zsh:\n\n```bash\n# Run gropen with ctrl + g\nbindkey -s '^g' 'gropen\\n'\n```\n\n2. Add custom command to your terminal IDE.\n\nExample for neovim:\n\n```lua\n-- Add this to your init.lua \n\n-- Create a custom command for gropen\nvim.api.nvim_create_user_command(\"Gropen\", function()\n  vim.fn.jobstart({ \"gropen\" })\nend, {})\n\n-- Create a keybind for the custom command (Run gropen with ctrl + g)\nvim.keymap.set(\"n\", \"\u003cC-g\u003e\", \":Gropen\u003cCR\u003e\", { noremap = true, silent = true })\n```\n\n#### TODO\n - [ ] Add support for multiple remotes.\n - [ ] Add an install script.\n - [ ] Switch to bubble tea for better UX.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamal1120%2Fgropen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchamal1120%2Fgropen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamal1120%2Fgropen/lists"}