0.0.4 • Published 8 years ago

regex-tail v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

#regex-tail Build Status

##Install

npm install -g regex-tail

##Usage

Usage: regex-tail [options]

Options:

  -h, --help           output usage information
  -V, --version        output the version number
  -f, --file [value]   Add file path
  -i, --interval <n>   Set interval (default: 1000ms)
  -r, --regex [value]  Set regex
  -c, --color <n>,<n>  Set color code (default: red and bgWhite)
  -d, --delim [value]  Set delimeter (default: \n)

##Color table

color table

##Development

git clone https://github.com/se0kjun/regex-tail.git
cd ./regex-tail
npm install
npm link

##LICENSE

MIT © Seokjun Hong