https://github.com/pydoit/doit-watch
doit cmd plugin - watch files and re-execute tasks (based on watchfiles)
https://github.com/pydoit/doit-watch
Last synced: 10 months ago
JSON representation
doit cmd plugin - watch files and re-execute tasks (based on watchfiles)
- Host: GitHub
- URL: https://github.com/pydoit/doit-watch
- Owner: pydoit
- License: mit
- Created: 2022-04-23T12:55:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T14:23:47.000Z (over 3 years ago)
- Last Synced: 2025-01-13T09:45:58.205Z (11 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# doit cmd plugin: **watch**
Watch filesystem and re-execute on changes.
# Status
This is the successor to the `doit auto` command.
It is based on [`watchfiles`](https://pypi.org/project/watchfiles) with support
from the [Notify](https://docs.rs/notify/latest/notify/) rust package.
For the version based on the previous `ipynotify` and `macfsevents` libraries, see [`doit-auto1`](https://github.com/pydoit/doit-auto1).