Crates.io | kris-watcher |
lib.rs | kris-watcher |
version | 0.1.6 |
created_at | 2025-09-13 16:32:28.937022+00 |
updated_at | 2025-09-18 18:43:00.033626+00 |
description | hire this guy so he can make sure that u don't forget to git commit ur changes |
homepage | https://github.com/youssef/git-watcher |
repository | https://github.com/youssef/git-watcher |
max_upload_size | |
id | 1837871 |
size | 10,034,151 |
A command-line tool to watch git repositories and display changes in real-time.
To install kris-watcher
, make sure you have Rust and Cargo installed, then run:
cargo install kris-watcher
Once installed, navigate to a git repository and run:
kris-watcher
If you want to make kris auto save youre work, run the cmd using --autosave
kris-watcher --autosave
By default, the git watcher loop has a delay of 15 minutes. You can configure this delay using the -l
or --loop-delay
flag, followed by a duration. The duration can be in seconds (s, sec), minutes (m, min), or hours (h).
For example, to set the loop delay to 10 seconds:
kris-watcher -l 10s