watchmedo
Python API and shell utilities to monitor file system events - python 2.x
Install
- All systems
-
curl cmd.cat/watchmedo.sh
- Debian
-
apt-get install python-watchdog
- Ubuntu
-
apt-get install python-watchdog
- Arch Linux
-
pacman -S python-watchdog
- Kali Linux
-
apt-get install python-watchdog
- Fedora
-
dnf install python2-watchdog
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-watchdog
- Raspbian
-
apt-get install python-watchdog
- Dockerfile
- dockerfile.run/watchmedo
python-watchdog
Python API and shell utilities to monitor file system events - python 2.x
Watchdog comes with a utility script called watchmedo. It can be used to execute commands in response to events. Watchmedo depends on python-argh, python-yaml, python-argcomplete and python-setuptools, them are suggested.