Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/secnex/shifiq-watchdog

A simple binary to monitor a directory for new files and move them to a different directory.
https://github.com/secnex/shifiq-watchdog

digital-signage filesys golang-library shifiq

Last synced: about 1 month ago
JSON representation

A simple binary to monitor a directory for new files and move them to a different directory.

Awesome Lists containing this project

README

        

# ShifIQ Watchdog

**A simple binary to monitor a directory for new files and move them to a different directory.**

## Usage

### Windows

```powershell
watchdog.exe ./path/to/watch ./path/to/move 2s
```

### Unix

```bash
./watchdog ./path/to/watch ./path/to/move 2s
```