• Stars
    star
    3,951
  • Rank 11,055 (Top 0.3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Gitify github coveralls 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

pnpm 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" pnpm build

To watch for changes(webpack) in the src directory:

pnpm watch

To run the electron app:

pnpm 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
    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

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.

More Repositories

1

django-rest-framework-docs

Document Web APIs made with Django Rest Framework
Python
645
star
2

ui-color

Converting HEX & RGB colors to UIColor for both Objective C & Swift.
TypeScript
224
star
3

gitify-mobile

GitHub Notifications in your pocket.
JavaScript
101
star
4

django-rest-framework-api-key

An extra layer of authentication for Web APIs made with Django REST Framework
Python
93
star
5

npm-click

Comparing NPM (dev)Dependencies
TypeScript
70
star
6

pypiup

CLI that checks whether your pypi requirements are up to date
Python
59
star
7

trevor

A hybrid app based on Ionic Framework, AngularJS and Apache Cordova.
JavaScript
37
star
8

alfred-react-native

Access the React Native Documentation from Alfred
JavaScript
16
star
9

react-native-base

Everything you need when starting a new react native project
JavaScript
15
star
10

react-cordova

A React project template for Apache Cordova
JavaScript
15
star
11

react-giphy

A React component displaying awesome gifs from Giphy.com.
JavaScript
10
star
12

mocr

A mock http server to be used where you can't mock http requests
TypeScript
7
star
13

css-edit-groups

An Atom package to jump to CSS, LESS, SASS groups like CSSEdit.
CoffeeScript
5
star
14

dotfiles

Dotfiles from scratch.
Shell
3
star
15

angular-project-template

An angular project template.
JavaScript
3
star
16

builtwithelectron

Where awesome - made with electron - apps meet
Python
3
star
17

git-releases

A nice way to view repositories GitHub Releases.
JavaScript
2
star
18

manos.im

Repository containing the source for my website
JavaScript
2
star
19

reloading

A Loading component for ReactJS.
JavaScript
2
star
20

remix-auth-facebook

TypeScript
1
star
21

react-rest

[WORK IN PROGRESS] A React REST Client.
JavaScript
1
star