nfy(1)

tags: projects

A minimal and daemonless notification program for X.

Source code | Download 0.2 | Man page

Features

nfy works by piping text into it. Text cannot be passed as argument:

$ echo 'hello world' | nfy
$ nfy < foo.txt

If stdin is empty, it exits with an error:

$ nfy
nfy: stdin is empty

Install

First make sure all settings in config.mk are set according to your system’s configuration, then:

# make install clean

Notes

If you want to use nfy(1) with cron(8), make sure to export the X Display variable inside the script running nfy(1):

export DISPLAY=":0.0"

Alternatively, export the variable in the crontab file directly.

Send feedback and bugs to <christos@margiolis.net>.