Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 553 Bytes

File metadata and controls

28 lines (21 loc) · 553 Bytes

File-Change

About This Project

This is a python script that keeps track of all files change in the current working directory

How To Run

To run the script use following commands

  1. Run the installation script

    python install.py
  2. Enter the project directory where changes are to be listened

    Enter installation directory: project_dir
  3. goto your project directory

    cd project_dir
  4. Run the python script to listen for changes

    python main.py