https://github.com/protomorphine/watchy
https://github.com/protomorphine/watchy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/protomorphine/watchy
- Owner: protomorphine
- Created: 2025-05-16T15:52:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-19T20:03:08.000Z (3 months ago)
- Last Synced: 2026-04-19T22:07:07.188Z (3 months ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# watchy
## build
```sh
mkdir bin
cd bin
cmake ../
make
```
Build artefacts will be in `./bin/` directory.
## dependencies
- spdlog
- yaml-cpp
## configuration
```yaml
entries:
- path: "/path/to/dir1"
command: "git add ."
- path: "/path/to/dir2"
command: "git add . && git commit -m \"autocommit\" && git push"
```