repositorypackage
0.0.0-20240125121823-a95bf3922e1a
Repository: https://github.com/jlg/rerun.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
rerun
Rerun any command on change event within observed directory.
CLI to repeatedly watch list of paths (including directories) and rerun any command on create/write events within that paths.
Features
- Buffer events occurring within set time (default
-w 100ms
) - Pass altered files to the command as arguments (by default limited to
-s 42
) - Do not pass any arguments to command
-s 0
- Clear xterm before each rerun
-c
- Multi directories to watch (
-d dir1 -d dir2
) - Blacklist paths using regular expressions (by setting
RERUN_BLACKLIST
env variable)
Install
go install github.com/jlg/rerun@latest