/lognotify

Primary LanguageGoDo What The F*ck You Want To Public LicenseWTFPL

lognotify Build Status

Lognotify is a poor tail-like tool for log watching on desktop. The main goal is use sound and desktop popups for notification.

#Usage

./my_slow_programm | lognotify -e [expression]
lognotify -f [PATH_TO_LOG_FILE] -e [expression]

Install

  • Dependencies

    Lognotify use ogg123 and notify-send.

    For ubuntu:

    sudo apt-get install vorbis-tools libnotify-bin
    
  • Install golang

  • Clone project and build

    make
    make install