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

https://github.com/protomorphine/watchy


https://github.com/protomorphine/watchy

Last synced: about 1 month ago
JSON representation

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"
```