https://github.com/arstgit/noti
Monitor a directory and execute a command.
https://github.com/arstgit/noti
epoll inotify nftw
Last synced: 3 months ago
JSON representation
Monitor a directory and execute a command.
- Host: GitHub
- URL: https://github.com/arstgit/noti
- Owner: arstgit
- Created: 2019-03-20T05:53:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T15:15:32.000Z (over 5 years ago)
- Last Synced: 2025-01-15T19:27:01.723Z (5 months ago)
- Topics: epoll, inotify, nftw
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noti
Monitor a dir and execute a command when changes happened in that. `Linux only`.
## Compile & Install
```
$ make && make install
```## Usage
```
$ noti /example-dir example-command example-arg
```