watchmedo-3.7

Python API and shell utilities to monitor file system events - Python 3.x

Install

All systems
curl cmd.cat/watchmedo-3.7.sh
Debian Debian
apt-get install python3-watchdog
Ubuntu
apt-get install python3-watchdog
image/svg+xml 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

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.