Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh authored Mar 3, 2018
1 parent 18da202 commit 7fda5dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# angle-grinder
Slice and dice log files on the command line.

Not the fanciest way to analyze log files, just like an angle-grinder, it will probably work. If you've ever been on a server, and wished you could have just a _little_ bit more power than tailing and grepping, this is for you.

[![asciicast](https://asciinema.org/a/bEjKsArIFgOOnxzb1FMZMWPhh.png)](https://asciinema.org/a/bEjKsArIFgOOnxzb1FMZMWPhh)

Not the fanciest way to analyze log files, just like an angle-grinder, it will probably work. If you've ever been on a server, and wished you could have just a _little_ bit more power than tailing and grepping, this is for you.
## Installation
Binaries are available for Linux, OS X and Free BSD: https://github.com/rcoh/angle-grinder/releases. Many more platforms (including Windows) are available if you compile from source.

## Query Synax

Expand All @@ -14,7 +17,7 @@ Not the fanciest way to analyze log files, just like an angle-grinder, it will p

### Filters

Filters may be `*` or `filter!"`. Only lines containing `filter!` will be passed to the subsequent operators.
Filters may be `*` or `"filter!"` (must be enclosed in double quotes). Only lines containing `filter!` will be passed to the subsequent operators. `*` matches all lines.
![filter.gif](/screen_shots/filter.gif)

### Operators
Expand Down

0 comments on commit 7fda5dd

Please sign in to comment.