watchmedo-3.6
Python API and shell utilities to monitor file system events - Python 3.x
Install
- All systems
-
curl cmd.cat/watchmedo-3.6.sh
- Debian
-
apt-get install python3-watchdog
- Ubuntu
-
apt-get install python3-watchdog
- Kali Linux
-
apt-get install python3-watchdog
- Fedora
-
dnf install python3-watchdog
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-watchdog
- Raspbian
-
apt-get install python3-watchdog
- Dockerfile
- dockerfile.run/watchmedo-3.6
python3-watchdog
Python API and shell utilities to monitor file system events - Python 3.x
Watchdog comes with a utility script called watchmedo. It can be used to execute commands in response to events. This is the Python 3.X version.