Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allevo/cato9
Bash tool to watch modification or creation of files in directory
https://github.com/allevo/cato9
Last synced: 14 days ago
JSON representation
Bash tool to watch modification or creation of files in directory
- Host: GitHub
- URL: https://github.com/allevo/cato9
- Owner: allevo
- License: lgpl-2.1
- Created: 2014-10-04T12:31:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-04T13:09:30.000Z (about 10 years ago)
- Last Synced: 2024-04-15T09:13:02.632Z (7 months ago)
- Language: C++
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CatO9
=====CatO9 (pronuncied cat'o nine) is a tool that consent you to watch all modification and creation of file in a folder.
This tool use Inotify library (http://inotify.aiken.cz/?section=common&page=home&lang=en)
Compiling
=========Run make into the folder to create the runnable catO9
```bash
make
```Usage
=====```bash
./catO9 /path/to/directory
```In The Future
=============* verbose flag
* version flag
* recursive in directoryContributing
============If you have some request, please add an issue.
All contributes are welcome!!