vkottler / rcmpy

A configuration-file management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use file-info cache to create a generic "execute task on change" CLI

vkottler opened this issue · comments

Basically this issue: vkottler/workspace#10

Because this package needs to make heavy use of the file-info caching system, we could start by making a simple CLI that can run some command string whenever the specified file or directory changes.

Command can be just called watch

this is complete