9 releases

0.1.13 Oct 15, 2024
0.1.12 Jul 8, 2024
0.1.8 Jun 13, 2024
0.1.5 Apr 16, 2024

#2676 in Command line utilities

Download history 111/week @ 2024-07-29 18/week @ 2024-09-16 19/week @ 2024-09-23 17/week @ 2024-09-30 126/week @ 2024-10-14 4/week @ 2024-10-21

130 downloads per month

Custom license

20KB
141 lines

watch-rust (watch-rs)

A silly command-line tool similar to Linux's watch, written in Rust!

It's not very fleshed out right now... I'm just using it as an excuse to play with Rust.

Motivation

I wanted to get an introduction to Rust, so I decided to write a simple tool that I use often: watch.

I've always been frustrated there's no real equivalent for watch on Windows, (that I could find), so this project closes that gap and allows me to learn Rust at the same time.

Installation

Cargo

cargo install watch-rs
watchr --help

Dependencies

~2–7MB
~52K SLoC