Popularity
6.7
Declining
Activity
4.6
Stable
12
3
8
Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Tools
Latest version: v0.2.2
fswatcher alternatives and similar packages
Based on the "Tools" category.
Alternatively, view fswatcher alternatives based on common mentions on social networks and blogs.
-
shift
DISCONTINUED. Fork of teleport [GET https://api.github.com/repos/vmchale/teleport: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of fswatcher or a related project?
README
___ _ _
| _|___ _ _ _ ___| |_ ___| |_ ___ ___
| _|_ -| | | | .'| _| _| | -_| _|
|_| |___|_____|__,|_| |___|_|_|___|_|
fswatcher
monitors a file or a directory for changes and runs a given command
when the file is modified. If monitoring a directory, it runs the specified
command when any file in the directory tree is modified.
This is a really thin layer on top of the fsnotify library. It works on Linux, OS X and other BSDs, and Windows (untested).
Usage:
fswatcher --path <file/directory to watch> <command to run> [arguments to command]