Skip to content

Latest commit

 

History

History
 
 

File-Change-Listen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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