| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
GitHub Notifications on your menu bar. Available on macOS, Windows and Linux. Gitify Mobile has been deprecated in favour of the official GitHub mobile app.
You can download Gitify for free from the website www.gitify.io or install it via Homebrew Cask.
brew cask install gitifyGitify supports macOS, Windows and Linux.
yarn install
Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion).
OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" yarn build
To watch for changes(webpack) in the src directory:
yarn run watch
To run the actual electron app:
yarn start
The release process is automated. Follow the steps below.
There are 2 checks - one for prettier and one for the unit tests with jest.
// Run prettier to check yarn run prettier:check // Run linter & unit tests with coverage yarn run test // Run jest directly - allows to pass arguments like `--watch` yarn run jest
Some organisations require applications to request access before allowing access to any data (including notifications) about their repositories.
To check if Gitify is approved by your organisation you can go to https://github.com/settings/applications, then click on Gitify and scroll to Organization access.
You can debug Gitify by pressing alt + command + I. This will open the dev tools and then you can see any logs, network requests etc.
Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.
| Back | FazBrowse Home | New Git URL |