Popularity
6.7
Growing
Activity
0.0
Stable
11
3
7
Monthly Downloads: 30
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.
-
technique
Check, simulate, and run procedures written in the Technique programming language -
fswait
Wait and observe events on the filesystem for a path, with a timeout -
posplyu
Sleep tracker for X11, using XScreenSaver extension and manual input. -
binsm
binary files splitter and merger, makes working with offsets in your shell less painful -
Monadoro
A minimalistic CLI Pomodoro timer, based on a library of the same purpose.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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]