Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 422 Bytes

README.rst

File metadata and controls

25 lines (13 loc) · 422 Bytes

Loop

Overview

Loop monitors a directory for changes and executes the supplied command.

The current directory is recursively monitored for changes (modification and creation). If such a change occurs the command supplied is executed. Files are ignored by a custom pattern-list and a .gitignore file (if found).

Usage

loop ls -la

Installation

python setup.py install