{"id":28375905,"url":"https://github.com/magdyamr542/browser-tab-groups","last_synced_at":"2025-06-26T08:31:07.544Z","repository":{"id":63050766,"uuid":"564910917","full_name":"magdyamr542/browser-tab-groups","owner":"magdyamr542","description":"Group browser tabs with a simple label and open them from the command line","archived":false,"fork":false,"pushed_at":"2023-11-14T10:17:45.000Z","size":5184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T23:37:09.808Z","etag":null,"topics":["browser","cli","tap-groups","taps"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magdyamr542.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-11-11T19:51:07.000Z","updated_at":"2022-11-11T19:57:15.000Z","dependencies_parsed_at":"2023-11-14T11:30:46.260Z","dependency_job_id":"3b6c38c7-2d32-468d-adbe-8523ef283bba","html_url":"https://github.com/magdyamr542/browser-tab-groups","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":0.4814814814814815,"last_synced_commit":"59a357e80afbb0a72069e40985a90a4635a5cc84"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/magdyamr542/browser-tab-groups","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magdyamr542%2Fbrowser-tab-groups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magdyamr542%2Fbrowser-tab-groups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magdyamr542%2Fbrowser-tab-groups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magdyamr542%2Fbrowser-tab-groups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magdyamr542","download_url":"https://codeload.github.com/magdyamr542/browser-tab-groups/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magdyamr542%2Fbrowser-tab-groups/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262029812,"owners_count":23247539,"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":["browser","cli","tap-groups","taps"],"created_at":"2025-05-29T23:30:31.978Z","updated_at":"2025-06-26T08:31:07.539Z","avatar_url":"https://github.com/magdyamr542.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Browser tab groups\n\nSave and open **links** from the command line with ease. A tab group is a collection of links (urls) that belong together.\n\nExample: `work` tab group would contain links for work. `uni` tab group would contain links for uni etc.\n\n## Installation\n\n1. Manually by downloading the binary from the release page\n1. Using go with `go install github.com/magdyamr542/browser-tab-groups@latest  `\n\n## Features\n\n1. Group `urls` with a label\n   - use case: for work i want to quickly open `[Gitlab, Jira, Github, ...]`\n   - use case: for a given issue i want to quickly open its `[jira link, bitbucket pr, bitbucket branch, ...]`\n   - use case: for uni i want to quickly open `[Moodle, Web mailer, ...]`\n1. Open a group of `urls` from the cli in the browser\n1. Open a single `url` from a group of `urls`\n   - use case: for a given issue i saved its urls `[Bitbucket, Jira, Github, ...]` but want to quickly open only its `Jira link` without the rest of urls because i don't need them right now.\n1. Remove a group of `urls`\n   - use case: after being done with a ticket. i want to remove all of its saved links\n\n## Usage\n\n1. `br` will print the usage\n1. `br list` to list all saved tab groups\n1. `br add \u003ctab group\u003e \u003curl\u003e` to add the `url` to the tab group `tab group`\n1. `br open \u003ctab group\u003e` to open all `urls` in the tab group `tab group` in the browser\n1. `br open \u003ctab group\u003e \u003curl matching string\u003e` to open the url(s) that _fuzzy match_ `url matching string` in the browser\n\n## Workflow looks like this [video](https://s4.gifyu.com/images/browser-tab-groups-1.gif)\n\n1.  `br add express-routing https://github.com/expressjs/express`\n1.  `br add express-routing https://expressjs.com/en/guide/routing.html`\n1.  `br ls`\n\n    ```\n    uni:\n    https://webmail.tu-dortmund.de/roundcubemail/\n\n    express-routing:\n    https://github.com/expressjs/express\n    https://expressjs.com/en/guide/routing.html\n    ```\n\n1.  `br open express` would open the two links under the `express-routing` group in the browser\n1.  `br open express git` would open the link for **express github** because it uses `fuzzy finding` to filter for links based on the user's input\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagdyamr542%2Fbrowser-tab-groups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagdyamr542%2Fbrowser-tab-groups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagdyamr542%2Fbrowser-tab-groups/lists"}