git_afk 0.1.0

git_afk watches your git repositories for uncommitted changes and automatically commits/pushes them
1
2
3
4
5
6
7
8
9
10
# git_afk

`git_afk` is a file watcher that should live as a daemon on the system to watch, commit, and push uncommited changes after a debounce time.

## How it should work

Watch the **selected repositories** for changes in the worktree.
If the changes in the worktree are not changed for **predefined debounce** time, it should **if possible** commit changes with specific commit message and try to push them. If the commit or the push fails. We can just reset the timer.