Get fsevent_watch installed on Mac using Brew
Package Information:
Name: fsevent_watch
Use: The tool allows you to watch filesystem events on a Mac.
URL: https://github.com/proger/fsevent_watch
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install fsevent_watch using brew
brew install fsevent_watch
fsevent_watch is ready to use now!