Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipethome/repo-hatch
Chrome extension that helps you to access your repositories pages with the minimum effort from the address bar.
https://github.com/felipethome/repo-hatch
Last synced: about 5 hours ago
JSON representation
Chrome extension that helps you to access your repositories pages with the minimum effort from the address bar.
- Host: GitHub
- URL: https://github.com/felipethome/repo-hatch
- Owner: felipethome
- License: bsd-3-clause
- Created: 2019-07-21T21:34:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T05:01:59.000Z (over 1 year ago)
- Last Synced: 2024-04-18T06:59:16.382Z (7 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/repohatch/icpdemogjmfknfllfelpkejliabhlmjl
- Size: 10.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
:lang: en
:encoding: UTF-8:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
:imagesdir: ./docs/img= RepoHatch for GitHub™
Chrome extension that helps you to access your repositories pages with the minimum effort from the address bar.
Type some part of your repository name in the chrome address bar and the extension will complete the name and let you choose to access pull requests, issues or "search in the master" pages. The extension will use fuzzy search so even if you type your repository name partially wrong it will still be able to find it.
== Install
https://chrome.google.com/webstore/detail/repohatch/icpdemogjmfknfllfelpkejliabhlmjl
[NOTE]
--
After install you will need to open the options page to insert your GitHub token and download your repository names, see `Configure` section for more details. To activate the extension press `h` and then `tab`.
--== Configure
Once you install the extension you will need to generate a GitHub access token. The following image shows the required permissions:
image::scopes.png[Required GitHub permissions so the extension can download private repository information]
[NOTE]
--
If you don't want the extension to have access to your private repositories remove the `repo` permission and select the `public_repo` permission.
--== Build Production Version
```
npm run build
```== Development
```
npm run dev
```== Tests
```
npm run test
```