Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcouyang/gh-omnibar
[Deprecated(use github's`/` instead, you're welcome github)] Github Omnibar Extension for Firefox and Chrome
https://github.com/jcouyang/gh-omnibar
chrome firefox github github-omnibar omnibar shortcut
Last synced: 3 months ago
JSON representation
[Deprecated(use github's`/` instead, you're welcome github)] Github Omnibar Extension for Firefox and Chrome
- Host: GitHub
- URL: https://github.com/jcouyang/gh-omnibar
- Owner: jcouyang
- License: epl-1.0
- Created: 2016-03-15T14:45:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T23:43:16.000Z (over 8 years ago)
- Last Synced: 2024-06-20T02:20:53.816Z (5 months ago)
- Topics: chrome, firefox, github, github-omnibar, omnibar, shortcut
- Language: Clojure
- Homepage:
- Size: 160 KB
- Stars: 72
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Omnibar
[![Chrome Web Store](https://img.shields.io/chrome-web-store/d/njccjmmakcbdpnlbodllfgiloenfpocb.svg?maxAge=2592000)](https://chrome.google.com/webstore/detail/github-omnibar/njccjmmakcbdpnlbodllfgiloenfpocb)
[![Github All Releases](https://img.shields.io/github/downloads/jcouyang/gh-omnibar/total.svg?maxAge=2592000)](https://github.com/jcouyang/gh-omnibar/releases)Dear :octocat: GitHub:
BitBucket has an [awesome omnibar](https://developer.atlassian.com/blog/2016/02/6-secret-bitbucket-features/?categories=git#omnibar). I guess you also deserve one, so I made you an even better one.
You're welcome.
🍻
## Install
### Chrome
👉 [webstore](https://chrome.google.com/webstore/detail/github-omnibar/njccjmmakcbdpnlbodllfgiloenfpocb?utm_source=chrome-ntp-icon)👉 [download](https://github.com/jcouyang/gh-omnibar/releases/download/v0.1.2/chrome.crx)
### Firefox
👉 [download](https://github.com/jcouyang/gh-omnibar/releases/download/v0.1.2/github_omnibar-0.1.2-fx.xpi)Then drag it to Firefox.
## How to use
Press p and 🎉.![](https://www.evernote.com/l/ABcsG--4RF9MgbcJanT6Vb9l_8LRfDILYMUB/image.png)
## Dev
It's written in ClojureScript with reagent and then compiled to JavaScript.### Setup Locally
1. `lein figwhell`
2. open http://localhost:3449### Build Chrome and Firefox extensions
See scripts in `ci` folder.