New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

github-notifier-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-notifier-cli

A beautiful terminal UI for managing GitHub notifications

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

GitHub Notifier CLI

A beautiful terminal UI for managing GitHub notifications. View, read, and manage your GitHub notifications directly from the terminal.

Features

  • 🎯 View all your unread GitHub notifications
  • 📝 Read issue/PR content and comments
  • ✨ Beautiful terminal UI with syntax highlighting
  • 🔄 Real-time updates
  • 📂 Repository-based grouping
  • ⌨️ Vim-style keyboard navigation
  • 🌐 Open in browser support
  • 📊 Pull request status indicators

Installation

# Using npm
npm install -g github-notifier-cli

# Using pnpm
pnpm add -g github-notifier-cli

# Using yarn
yarn global add github-notifier-cli

Usage

  • Run the command:
github-notifier
  • On first run, you'll be prompted to enter your GitHub personal access token. You can create one at https://github.com/settings/tokens with the following permissions:
    • notifications - to read and manage notifications
    • repo - to access private repositories

Keyboard Shortcuts

  • ↑/↓ or j/k - Navigate through notifications
  • Enter - View selected notification
  • - Mark as read (press twice to confirm)
  • o - Open in browser
  • q - Quit
  • PgUp/PgDn or Ctrl+u/Ctrl+d - Page up/down
  • g/G - Go to top/bottom

License

MIT

Keywords

github

FAQs

Package last updated on 24 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts