Guide To Install fswatch On Mac using Brew
Package Information:
Name: fswatch
Use: fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified.
URL: https://github.com/emcrisostomo/fswatch
Installation Steps:
- Open Terminal by hitting
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fswatch using brew
brew install fswatch
fswatch is ready to use now!