watchexec is a simple, standalone tool that watches a path and runs a command whenever it detects modifications.
No description set
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryCandidates/watchexec && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000167 167 Bytes | |
_service | 0000001066 1.04 KB | |
cargo_config | 0000000100 100 Bytes | |
vendor.tar.xz | 0037606504 35.9 MB | |
watchexec-2.2.0.tar.xz | 0000279328 273 KB | |
watchexec.changes | 0000008294 8.1 KB | |
watchexec.spec | 0000001812 1.77 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1220044
from
Angel Yankov (ayankov)
(revision 11)
- Update to version 2.2.0: * Explicitly watching files that are in your .gitignore no longer requires --no-vcs-ignore (#674, #859, contributed by @TheBlek) * Fix Windows usage for legacy programs due to usage of UNC paths (#830, #858, contributed by @TheBlek) * Various dependency upgrades - Version 2.1.0 changes: * New: -W, --watch-non-recursive for watching paths without also watching subfolders. * New: out-of-tree git repositories are now detected (i.e. when .git is a file rather than a folder) * Logs are also improved slightly with less nonsense at startup. - Version 2.0.0 changelog: * New: --wrap-process=MODE lets you choose between using process groups, process sessions, or nothing at all. (#794) * New: the WATCHEXEC_TMPDIR environment variable can be used to customize where Watchexec will write temporary files, if for some reason your $TMPDIR is unwritable. (#814) * Fix: watchexec no longer creates a temporary file at startup. (#814) * Fix: the screen is no longer cleared on all events, only when starting a new process. (#809) * Experimental new feature - filterp rograms with -j * Full changelog for breaking changes in 2.0.0: https://github.com/watchexec/watchexec/releases/tag/v2.0.0
Comments 0