Skip to content

AlphaTechnolog/notification-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notifications Monitor

Monitor your notifications and get a temporary list of the notifications.

demonstration

Dependencies

  • Node.js (to run the program; by default, the package will be installed using npm or yarn)
  • dbus-next : https://github.com/dbusjs/node-dbus-next The dbus library for node. If you're using yarn or npm, it will be added during the installation of this package.

Installation

You can install this using these commands:

git clone https://github.com/AlphaTechnolog/notification-monitor.git notifications-monitor
cd notifications-monitor
./bin/install.sh

You might need to provide the root password for installation

Usage

First in a terminal start the daemon with the notifmonitord launcher (it's autoinstalled in /usr/bin):

notifmonitord &

If the VERBOSE config variable is true, the daemon can't be executed in the background :v

VERBOSE is false by default. To change it, modify the file notifications-monitor/src/daemon/index.js and then reinstall

In a second terminal, you can get the details of the notifications using the remote-notifmonitor launcher, that is autoinstalled too:

Get help

remote-notifmonitor help

Get notifications list

remote-notifmonitor get-notifications

Get number of notifications only

remote-notifmonitor check-toread

About

Manage and monitorize your notification using only your terminal :3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published