vivien / notes

A developer tool to stupidly grep tags, such as TODO, FIXME, or XXX.

Home Page:http://rubydoc.info/github/vivien/notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silence Binary File Errors by Default

iloveitaly opened this issue · comments

Great tool!

When I run notes in a site directory it throws a bunch of binary file errors. Would be great if the default functionality was to silence these errors (adding the ability to split out errors via --verbose). Currently, to avoid this issue I'm running notes 2>/dev/null.

Good idea. You can run rake install from the source directory until I push the next release. Thanks!