git-pusher

Crates.iogit-pusher
lib.rsgit-pusher
version0.1.2
created_at2025-01-21 16:22:58.567855+00
updated_at2025-01-22 10:32:26.74162+00
descriptionSmall CLI helper to track changes in repos and push them to a remote
homepage
repository
max_upload_size
id1525055
size41,443
Pavel Kazak (pwyllcrusader)

documentation

README

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
Commit count: 0

cargo fmt