| Crates.io | git-pusher |
| lib.rs | git-pusher |
| version | 0.1.2 |
| created_at | 2025-01-21 16:22:58.567855+00 |
| updated_at | 2025-01-22 10:32:26.74162+00 |
| description | Small CLI helper to track changes in repos and push them to a remote |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1525055 |
| size | 41,443 |
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