schell / steeloverseer

A file watcher and development tool.
BSD 3-Clause "New" or "Revised" License
128 stars 15 forks source link

Allow the use of regex capture groups in commands. #2

Closed schell closed 10 years ago

schell commented 11 years ago

Thinking more about this, I'm not sure what or how this would be implemented. Often the events caused by an edit in a text editor are a delete and an addition of an entire file. There are also other situations where a list of files are updated. When that happens, how is the user's command supposed to be invoked?