rentr

Crates.iorentr
lib.rsrentr
version0.1.3
sourcesrc
created_at2020-11-03 00:05:21.802013
updated_at2021-11-19 14:12:40.343064
descriptionA utility for running arbitrary commands when files change.
homepage
repository
max_upload_size
id308113
size16,201
Roman Schejbal (romanschejbal)

documentation

README

rentr

A utility for running arbitrary commands when files change.

Installation

cargo install rentr

Usage

find . | grep \.rs | rentr -c cargo build find . | grep \.rs | rentr -c echo "CHANGED"

Commit count: 0

cargo fmt