kris-watcher

Crates.iokris-watcher
lib.rskris-watcher
version0.1.6
created_at2025-09-13 16:32:28.937022+00
updated_at2025-09-18 18:43:00.033626+00
descriptionhire this guy so he can make sure that u don't forget to git commit ur changes
homepagehttps://github.com/youssef/git-watcher
repositoryhttps://github.com/youssef/git-watcher
max_upload_size
id1837871
size10,034,151
Youssef lmouden (YoussefDevPro)

documentation

README

KWIS watcher !!

A command-line tool to watch git repositories and display changes in real-time.

Installation

To install kris-watcher, make sure you have Rust and Cargo installed, then run:

cargo install kris-watcher

Usage

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

Loop Delay

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

cargo fmt