command
module
Version:
v0.0.0-...-a95bf39
Opens a new window with list of versions in this module.
Published: Jan 25, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package exec provides osexec.Cmd with partial args.
|
Package exec provides osexec.Cmd with partial args. |
|
|
Click to show internal directories.
Click to hide internal directories.