#git #watcher #terminal #cli

build kris-watcher

hire this guy so he can make sure that u don't forget to git commit ur changes

9 releases

0.1.8 Sep 26, 2025
0.1.7 Sep 22, 2025

#368 in Build Utils

Download history

529 downloads per month

MIT license

240KB
856 lines

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

Dependencies

~21–56MB
~1M SLoC