Crates.io | watch-rs |
lib.rs | watch-rs |
version | 0.1.13 |
source | src |
created_at | 2024-04-09 10:09:13.228308 |
updated_at | 2024-10-15 23:18:56.037137 |
description | A Rust implementation of Linux's `watch` |
homepage | |
repository | https://github.com/DrEsteban/watch-rust |
max_upload_size | |
id | 1202109 |
size | 56,590 |
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.
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.
cargo install watch-rs
watchr --help