All Projects → manosim → Gitify

manosim / Gitify

Licence: mit
GitHub notifications on your menu bar. Available on macOS, Windows & Linux.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Gitify

gh-notify
GitHub CLI extension to display GitHub notifications
Stars: ✭ 66 (-98.14%)
Mutual labels:  notifications, github-api
devhub
TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them
Stars: ✭ 8,064 (+127.6%)
Mutual labels:  notifications, github-api
github-vacations
Automagically ignore all notifications related to work when you are on vacations
Stars: ✭ 20 (-99.44%)
Mutual labels:  notifications, github-api
Github cli
GitHub on your command line. Use your terminal, not the browser.
Stars: ✭ 263 (-92.58%)
Mutual labels:  github-api
Gitlit
Platform to connect contributors and projects based on skill level and shared interests.
Stars: ✭ 265 (-92.52%)
Mutual labels:  github-api
Gander
Gander is a simple in-app HTTP inspector for Android OkHttp clients. Gander intercepts and persists all HTTP requests and responses inside your application, and provides a UI for inspecting their content.
Stars: ✭ 285 (-91.96%)
Mutual labels:  notifications
Ismessages
This is simple extension for presenting system-wide notifications from top/bottom of device screen.
Stars: ✭ 299 (-91.56%)
Mutual labels:  notifications
Rust Notifica
Small, cross-platform Rust crate for sending system notifications
Stars: ✭ 261 (-92.63%)
Mutual labels:  notifications
Shhgit
Ah shhgit! Find secrets in your code. Secrets detection for your GitHub, GitLab and Bitbucket repositories: www.shhgit.com
Stars: ✭ 3,316 (-6.41%)
Mutual labels:  github-api
Houston
Apple Push Notifications; No Dirigible Required
Stars: ✭ 2,973 (-16.09%)
Mutual labels:  notifications
Browser Update
Remind users to update their browser in an unobtrusive way
Stars: ✭ 274 (-92.27%)
Mutual labels:  notifications
Githubfollows
A demo project based on MVVM architecture and material design & animations.
Stars: ✭ 272 (-92.32%)
Mutual labels:  github-api
Hacker Tab Extension
Browser extension to view GitHub trending projects on new tab 📈
Stars: ✭ 287 (-91.9%)
Mutual labels:  github-api
Anspress
AnsPress is the most complete question and answer system for WordPress. AnsPress is made with developers in mind, highly customizable. AnsPress provide an easy to use override system for theme
Stars: ✭ 264 (-92.55%)
Mutual labels:  notifications
Simonw
https://simonwillison.net/2020/Jul/10/self-updating-profile-readme/
Stars: ✭ 297 (-91.62%)
Mutual labels:  github-api
Node Github Profile Summary
[Temporarily unavailable]The node version of github-profile-summary with GraphQL
Stars: ✭ 261 (-92.63%)
Mutual labels:  github-api
Ghcrawler
Crawl GitHub APIs and store the discovered orgs, repos, commits, ...
Stars: ✭ 293 (-91.73%)
Mutual labels:  github-api
Repository Hunter
🌹 Making GitHub more socially engaging 🎮 and fun 🍥 for all
Stars: ✭ 273 (-92.29%)
Mutual labels:  github-api
Travis Ci Discord Webhook
⛓ Here's your serverless solution for sending build status from Travis CI to Discord as webhooks.
Stars: ✭ 273 (-92.29%)
Mutual labels:  notifications
Repository Dispatch
A GitHub action to create a repository dispatch event
Stars: ✭ 280 (-92.1%)
Mutual labels:  github-api

Gitify github codecov downloads

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.

Gitify

Download

You can download Gitify for free from the website www.gitify.io or install it via Homebrew Cask.

brew install --cask gitify

Gitify supports macOS, Windows and Linux.

Prerequisites & Libraries

Installation

yarn install

Development

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 electron app:

yarn start

Releases

The release process is automated. Follow the steps below.

  1. Create a new draft release. Set the tag version to something with the format of v1.2.3. Save as a draft.
  2. Once everything is merged to main, create a branch that starts with release/vX.X.X (ie. release/v1.2.3).
  3. In the same branch, bump the version of the app in the package.json file and open a PR. GitHub Actions will build, sign and upload the release assets for each commit to that branch as long as a branch is named like release/vX.X.X and there is a draft release with the same version number(package.json).
  4. Merge your release branch into main.
  5. Publish the draft release once you've added notes to it and all assets are there.

Tests

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

FAQ

My notifications aren't showing?

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.

Something looks wrong - How can I debug?

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.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request
  6. Make sure tests are passing

License

Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].