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
- Host: GitHub
- URL: https://github.com/andrewstuart/grep-notify
- Owner: andrewstuart
- License: mit
- Created: 2016-07-19T19:27:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T19:32:26.000Z (over 6 years ago)
- Last Synced: 2025-02-03T06:41:58.591Z (over 1 year ago)
- Language: Go
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```