Skip to content

Commit 1ae7370

Browse files
committed
docs: renamed to json-log-viewer and added README.md
1 parent b62a1ff commit 1ae7370

File tree

4 files changed

+5800
-1
lines changed

4 files changed

+5800
-1
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# json-log-viewer
2+
3+
> Powerful terminal based viewer for JSON logs using ncurses.
4+
5+
![screenshot](screenshot.png)
6+
7+
**json-log-viewer** is a feature intensive viewer and analyze tool for JSON logs created by libraries like [https://github.com/winstonjs/winston](winston).
8+
9+
Features:
10+
11+
- completely operated by hotkeys
12+
- powerful command line arguments
13+
- sort by timestamp, level or message
14+
- filter by any field or metadata
15+
- search
16+
17+
[![npm version](https://badge.fury.io/js/json-log-viewer.svg)](https://badge.fury.io/js/json-log-viewer)
18+
19+
## Install
20+
21+
```bash
22+
npm install --global json-log-viewer
23+
```
24+
25+
## Usage
26+
27+
```bash
28+
jv application.log.2017-01-01 --sort -timestamp
29+
```
30+
31+
## License
32+
33+
[MIT](http://vjpr.mit-license.org)

0 commit comments

Comments
 (0)