1 unstable release
0.1.2 | Jan 22, 2025 |
---|---|
0.1.1 |
|
0.1.0 |
|
#9 in #repos
291 downloads per month
12KB
130 lines
Small CLI helper to automatically track changes in repos (dotfiles, collections, etc), commit and push to remote.
To run it requires config file at ~/.config/git-pusher/config.yaml
Example config:
repos:
- /path/to/repo1
- /path/to/repo2
commit_msg_template: updated <files>
cron: "0 * * * * * *"
commit_author_name: commit_author
commit_author_email: commit_author@somemail.com
Dependencies
~17–26MB
~457K SLoC