An open API service indexing awesome lists of open source software.

https://github.com/andrewstuart/grep-notify

A simple utility for searching a file stream and creating a desktop notification
https://github.com/andrewstuart/grep-notify

Last synced: about 1 year ago
JSON representation

A simple utility for searching a file stream and creating a desktop notification

Awesome Lists containing this project

README

          

# grep-notify

## A simple utility for Linux desktop notifications from a file stream

### Usage
```sh
grep-notify -msg "found a thing!" -f "/var/log/some.log" "search phrase"
```