New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

watchme

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watchme

Coffeescript File Watcher

latest
Source
npmnpm
Version
0.4.3
Version published
Maintainers
1
Created
Source

Installation Build Status

Install via npm, node package manager. Example would be...

npm install -g watchme

Motivation

Well, frankly iNotify was annoying me. Along with most of the other mac alternatives. So I've created a watching app in coffeescript that will watch a target filehandle for any changes and rerun the given command when it senses them.

Example

Great for web development- just write a quick applescript to refresh Google Chrome (like here) and then run this script like...

watchme app --exec "osascript ~/refresh.applescript"

Usage

Watchme - CoffeeScript

Usage:
  watchme -c [ file | dir ]... -e "<cmd>"
  watchme -i <regex> -e "<cmd>"
  watchme -h | --help
  watchme -v | --version

Options:
  -e --exec     Prefix for the command to execute.
  -c --clear    Clear the screen on each trigger.
  -q --quiet    Do not display repeat trigger.
  -h --hidden   Include hidden files.
  -i --regex    Recursively match regex for files.
  -h --help     Show this screen.
  --version     Show version.

Contributions

...are always appreciated! If you want to contribute, then open an issue, fork the repo, implement your feature and back it up with tests and I will absolutely merge it in.

Keywords

files

FAQs

Package last updated on 21 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts