{"id":13787661,"url":"https://github.com/reblws/tab-search","last_synced_at":"2025-04-27T12:33:11.848Z","repository":{"id":93272778,"uuid":"95601541","full_name":"reblws/tab-search","owner":"reblws","description":"WebExtension for keyboard-accessible tab management","archived":false,"fork":false,"pushed_at":"2019-04-10T10:53:40.000Z","size":1495,"stargazers_count":126,"open_issues_count":47,"forks_count":18,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-08-03T21:01:11.430Z","etag":null,"topics":["addon","close-tabs","javascript","tab-management","tabs","webextension","webextensions"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-US/firefox/addon/tab_search/","language":"JavaScript","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/reblws.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}},"created_at":"2017-06-27T21:15:32.000Z","updated_at":"2024-07-24T20:21:52.000Z","dependencies_parsed_at":"2023-03-26T23:02:41.689Z","dependency_job_id":null,"html_url":"https://github.com/reblws/tab-search","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reblws%2Ftab-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reblws%2Ftab-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reblws%2Ftab-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reblws%2Ftab-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reblws","download_url":"https://codeload.github.com/reblws/tab-search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224070824,"owners_count":17250738,"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":["addon","close-tabs","javascript","tab-management","tabs","webextension","webextensions"],"created_at":"2024-08-03T21:00:24.288Z","updated_at":"2024-11-11T08:21:55.709Z","avatar_url":"https://github.com/reblws.png","language":"JavaScript","funding_links":[],"categories":["General"],"sub_categories":[],"readme":"![logo-96](https://user-images.githubusercontent.com/9971847/31857881-e872b1e2-b6b6-11e7-9886-494e8a338a25.png)\n\n# TabSearch\n\nEasy tab search \u0026 switching. This WebExtension provides a keyboard-accessible search interface for managing your open tabs.\n\n[Get it from Mozilla Addons!](https://addons.mozilla.org/en-US/firefox/addon/tab_search/)\n\n![screenshot](https://user-images.githubusercontent.com/9971847/36081161-401e4af4-0f69-11e8-910f-ad89d44a7b5a.png)\n\n## Shortcuts\n\n| Shortcut | Description |\n| --- | --- |\n| Win/Linux: \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eF\u003c/kbd\u003e / Mac: \u003ckbd\u003eCmd\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eL\u003c/kbd\u003e | Toggle extension |\n| \u003ckbd\u003eEnter\u003c/kbd\u003e | Open selected tab or first in list if not selected |\n| \u003ckbd\u003e\u0026#8593;\u003c/kbd\u003e | Select previous tab |\n| \u003ckbd\u003e\u0026#8595;\u003c/kbd\u003e | Select next tab |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eBackspace\u003c/kbd\u003e | Delete a tab |\n| \u003ckbd\u003eAlt\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e | Refresh tab\n| \u003ckbd\u003eAlt\u003c/kbd\u003e + \u003ckbd\u003eP\u003c/kbd\u003e | Pin tab\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eC\u003c/kbd\u003e | Copy Tab URL\n| \u003ckbd\u003eAlt\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eD\u003c/kbd\u003e | Delete all duplicate tabs\n| \u003ckbd\u003eAlt\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e | Mute (only if tab is audible)\n\n## Usage\n\nThese instructions should get you up to compiling with and/or developing with the source. If you just want to use the extension and are on Firefox, you should get the extension from [AMO](https://addons.mozilla.org/en-US/firefox/addon/tab_search/).\n\nCompiling the source requires [node.js](https://nodejs.org/).\n\nStep 0: If you plan on sending pull-request, you should fork the repository.\n\nStep 1: Clone the [TabSearch](https://github.com/reblws/tab-search) repository.\n```\ngit clone https://github.com/reblws/tab-search.git\n```\nIf you forked the repo, just replace the clone url with your own.\n\nStep 2: Navigate to the root of the directory you cloned and install the required dependencies.\n\n```\nnpm install\n```\n\nStep 3: You'll need to compile the changes from `src/` into the `dist/` folder. The following scripts are available to help with this\n\n```\n# Starts a live server watching for changes in `src/` and outputs them to `dist/`\n# NOTE: Need to restart this command if changing one of the manifest files\nnpm start\n\n# Opens Firefox with add-on installed from the files in `dist/`, automatically reloads the extension on each change found in `dist/`\nnpm run watch:firefox\n```\n\nStep 4: Build for production\n```\nnpm run build:firefox\n```\n\nIf you want to build or watch for Chrome just use `start:chrome` or `build:chrome` instead. This just changes the manifest.json file so it doesn't raise any errors. There's no `watch` command  for Chrome yet.\n\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md).\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freblws%2Ftab-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freblws%2Ftab-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freblws%2Ftab-search/lists"}