
Linear Notifications
- 128 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
Manage Linear notifications from the CLI - list unread, get the unread count, mark as read, mark all read, and archive.
About
Manages Linear notifications via linear-cli, covering listing unread, unread count, marking read or all-read, and archiving. A developer uses it to triage Linear notifications from the terminal.
- n count returns the unread total
- read-all marks every notification read
Linear Notifications by the numbers
- 128 all-time installs (skills.sh)
- Ranked #1,255 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-notificationsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 128 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
Manage Linear notifications from the CLI - list unread, get the unread count, mark as read, mark all read, and archive.
Files
Notifications
# List unread notifications
linear-cli n list
linear-cli n list --output json
# Get unread count
linear-cli n count
# Mark as read
linear-cli n read NOTIFICATION_ID
# Mark all as read
linear-cli n read-all
# Archive a notification
linear-cli n archive NOTIFICATION_ID
# Archive all notifications
linear-cli n archive-allFlags
| Flag | Purpose |
|---|---|
--output json | JSON output |