Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 directory

Contributing
============

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