https://github.com/lucianoayres/file-monitor
Track and record changes to files within the current directory with ease.
https://github.com/lucianoayres/file-monitor
Last synced: 3 months ago
JSON representation
Track and record changes to files within the current directory with ease.
- Host: GitHub
- URL: https://github.com/lucianoayres/file-monitor
- Owner: lucianoayres
- License: mit
- Created: 2024-02-11T19:24:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T20:02:35.000Z (over 1 year ago)
- Last Synced: 2025-01-18T08:36:34.792Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Monitor
File Monitor is a Python script designed to effortlessly track and document changes to files within the current directory.
## Features
- Tracks file updates (saves)
- Monitors file deletions
- Detects new file creations## Limitations
- Only monitors changes to files within the script's execution directory
- Does not track or log directory-related modifications
- New or existing directories and their associated files are not supported and will not be monitored.## Usage
- Download or clone the repository
- Run the 'file_monitor.py' script:```console
python3 file_monitor.py
```
- All modifications are logged in the `file_monitor.log` file.Feel free to customize and extend this script to suit your specific needs!