/fw

watch files and dirs and execute command on save

Primary LanguageGoGNU General Public License v3.0GPL-3.0

fw

watch files and dirs and execute command on save

Usage of fw:
    Usage:
        fw [options] command
    Options:
        -exec sh -c
            exec to use instead of sh -c (default "sh -c")
        -interval int
            interval in seconds to check for updates (default 1)