watchexec

Executes commands in response to file modifications

APACHE-2.0 License

Downloads
1.3K
Stars
5.2K
Committers
64

Bot releases are hidden (Show)

watchexec -

Published by mattgreen about 8 years ago

Initial release

watchexec - 0.11.0

Published by mattgreen about 8 years ago

  • Load and use .gitignore file, if one is located in the current working directory
watchexec - 0.10.0

Published by mattgreen about 8 years ago

  • Add -r option to restart commands when new changes arrive
watchexec - 0.9.0

Published by mattgreen about 8 years ago

  • By default, watch the current directory and all subdirectories. Can be overridden with --watch
  • New option: -e to monitor file extensions (e.g. -e js,html,css)
  • Fix dotted dirs not being ignored by default
  • Rename -d option to -v (verbose)
watchexec - 0.8.0

Published by mattgreen about 8 years ago

  • Support -f for filter patterns, and -i for ignore patterns
  • All arguments after directory to watch are interpreted as command to run
watchexec - Initial Release

Published by mattgreen about 8 years ago

Basic functionality