Metadata-Version: 2.4
Name: watcher
Version: 0.3.2
Summary: A simple file watcher that runs commands when files change
Author-email: Fred Israel <fredpublico@gmail.com>
License: MIT
Keywords: watcher,file-watcher,watchdog,cli
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Filesystems
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: click>=8.1.8
Requires-Dist: watchdog>=6.0.0

# Watcher

Just pip install it and run it.

---

normal mode

`watcher 'command with spaces' file1 file2`

git mode 

`watcher -g command with spaces`
