charlespwd / watchme

A little tool for watching your file changes and counting them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watchme

This little program watches your file changes and increments a counter in a sqlite database whenever you do.

Usage

$ watchme <glob> [savefile]
  • glob is a glob of strings to watch for. e.g. 'src/**/*.{js,jsx,scss}'
  • savefile is the file name for your sqlite database

Example

$ watchme "{src,css}/**/*.{js,jsx,scss}" "$HOME/counts.sqlite"

License

MIT

About

A little tool for watching your file changes and counting them


Languages

Language:JavaScript 100.0%