All Projects → meiji163 → gh-notify

meiji163 / gh-notify

Licence: Unlicense license
GitHub CLI extension to display GitHub notifications

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to gh-notify

devhub
TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them
Stars: ✭ 8,064 (+12118.18%)
Mutual labels:  notifications, github-api
github-vacations
Automagically ignore all notifications related to work when you are on vacations
Stars: ✭ 20 (-69.7%)
Mutual labels:  notifications, github-api
Gitify
GitHub notifications on your menu bar. Available on macOS, Windows & Linux.
Stars: ✭ 3,543 (+5268.18%)
Mutual labels:  notifications, github-api
react-native-notifee
Moved to https://github.com/invertase/notifee
Stars: ✭ 477 (+622.73%)
Mutual labels:  notifications
pushpad-php
PHP library for the Pushpad API: the easiest way to send push notifications from websites and web apps.
Stars: ✭ 21 (-68.18%)
Mutual labels:  notifications
actions
Collection of repetitive GitHub Actions
Stars: ✭ 12 (-81.82%)
Mutual labels:  github-api
SteamAchievementNotifier
Steam Achievement Notifier is an Electron application that shows a customisable notification when you unlock any Steam Achievement! It uses the Steam Web API to track achievement stats in real time, and displays an achievement summary within the notification.
Stars: ✭ 77 (+16.67%)
Mutual labels:  notifications
Modern-UI-Components-for-VBA
A helper dll for VBA users to design modern UI components. No install required!
Stars: ✭ 139 (+110.61%)
Mutual labels:  notifications
Triton
GitHub notifications tracker for Telegram. Pushes GitHub notifications to Telegram.
Stars: ✭ 12 (-81.82%)
Mutual labels:  github-api
web-pwa
一个针对于 PWA 相关功能的库
Stars: ✭ 31 (-53.03%)
Mutual labels:  notifications
SwiftObserver
Elegant Reactive Primitives for Clean Swift Architecture #NoRx
Stars: ✭ 14 (-78.79%)
Mutual labels:  notifications
app
Source code of intencje.pl website and mobile/desktop apps based on Angular, Firebase, and Capacitor.
Stars: ✭ 12 (-81.82%)
Mutual labels:  notifications
FCMBundle
A Bundle for Symfony projects to send notifications in mobile devices through Firebase Cloud Messaging API
Stars: ✭ 43 (-34.85%)
Mutual labels:  notifications
andpush
Android Push Notification in Ruby: The fastest client for FCM (Firebase Cloud Messaging)
Stars: ✭ 83 (+25.76%)
Mutual labels:  notifications
ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (+421.21%)
Mutual labels:  github-api
Gitter
Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端
Stars: ✭ 3,555 (+5286.36%)
Mutual labels:  github-api
GithubClient
Github iOS Client based on Github REST V3 API and GraphQL V4 API
Stars: ✭ 42 (-36.36%)
Mutual labels:  github-api
gh-repo-explore
GitHub CLI extension to interactively explore a repo without cloning
Stars: ✭ 34 (-48.48%)
Mutual labels:  gh-extension
github-react-native-apollo-graphql
📱 A GitHub mobile app built with React-Native and Apollo GraphQL
Stars: ✭ 24 (-63.64%)
Mutual labels:  github-api
redmine intouch
Redmine Intouch plugin sends notifications to users via Telegram and E-mail
Stars: ✭ 60 (-9.09%)
Mutual labels:  notifications

GitHub CLI Notification Extension

gh extension to interact with GitHub notifications.

Install

gh extension install meiji163/gh-notify

Install fzf for interactive mode.

Usage

> gh notify # view notifications
> gh notify -r # mark notifications as read
> gh notify -h # help info
Usage: gh notify [--flags]

View and search and GitHub notifications.
Select a pull request or issue to get more info on it.

Flags:
    -a      include all notifications
    -o      open the notification in your browser
    -e      exclude notifications matching a string
            Ex. gh notify -e "MyDayJob"
    -f      filter to only notifications matching a string
            Ex. gh notify -f "CoolRepo"
    -n      max number of notifications to show (default 30)
    -p      show only participating or mention notifications
    -r      mark all notifications as read
    -s      print a static display

Note: -e and -f both support GNU regular expressions.

demo

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].