#command-runner #directory #watch #command #runner #run-command #tool

app fsw

A tool to watch a directory and run a command when its contents change

2 releases

0.1.1 Mar 27, 2019
0.1.0 Feb 27, 2019

#18 in #command-runner

26 downloads per month

Apache-2.0

10KB
148 lines

fsw

Crates.io Crates.io Travis CI

fsw is a tool for recursively watching the current working directory and running a command when its contents change.

It's integrated with Git, so it won't rerun the command if an ignored file changes.

Why? Well, I quite like the workflow that sbt's tilde (~) operator provides, and I wanted a reliable mechanism to do the same thing with other tools.

Install

You can find static binaries for Linux and macOS on the Github Releases page.

Alternatively, you can use cargo to install the tool on any platform that Rust supports.

cargo install fsw

Usage

fsw <command> [<arg>]...

Changelog

0.1.1 - 2019-03-26

  • Rework design to not watch ignored directories, improving reliability and resource utilization
  • Reduce debouncing period to 125ms
  • Mark fsw output with "fsw:"
  • Bump notify and transitive dependencies

0.1.0 - 2019-02-26

  • Initial release.

Dependencies

~0.4–9.5MB
~60K SLoC