vkottler / rcmpy

A configuration-file management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to `watch` to ignore contents changes (just added or removed files)

vkottler opened this issue · comments

This is a nice optimization for a tool like yambs: vkottler/yambs#1

Ideally you would just leave a rcmpy watch mbs <args> running, but instead of polling file-content changes, it just updates when any file is added or removed.

0f8f036

tested manually