Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 379 Bytes

statme

Gives some stats about your coding style. At the moment, it shows you how many files you save per minute, with or without changes to it.

statme will recursively monitor a folder excluding all files present in the .gitignore file as well as the .git folder itself.

Usage

python main.py <path>

If path is not provided, the current directory is watched.