| 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 install --cask gitifyGitify supports macOS, Windows and Linux.
pnpm 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" pnpm build
To watch for changes(webpack) in the src directory:
pnpm watch
To run the electron app:
pnpm 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
pnpm prettier:check
// Run linter & unit tests with coverage
pnpm test
// If you want to pass arguments to jest (or other `pnpm` commands)
// like `--watch`, you can prepend `--` to the command
pnpm test -- --watch
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 |