allevo / CatO9

Bash tool to watch modification or creation of files in directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

make

Usage

./catO9 /path/to/directory

In The Future

  • verbose flag
  • version flag
  • recursive in directory

Contributing

If you have some request, please add an issue. All contributes are welcome!!

About

Bash tool to watch modification or creation of files in directory

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 100.0%