Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/secnex/shifiq-watchdog
- Owner: SecNex
- Created: 2024-11-07T14:17:19.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T17:39:53.000Z (about 2 months ago)
- Last Synced: 2024-11-14T18:31:59.782Z (about 2 months ago)
- Topics: digital-signage, filesys, golang-library, shifiq
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```