Skip to content

Commit 0172be3

Browse files
authored
docs: add colored demo animation (#41)
1 parent 685f759 commit 0172be3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Main features:
1414
2. It displays a compact list of log entries.
1515
3. It is possible to expand the log and see the full prettified JSON tree.
1616
4. All non-json logs are captured.
17-
5. It understands different field names: `time`, `timestamp`, `msg`, `message`, `err`, `error` etc.
18-
6. It supports case-insensitive filtering.
19-
7. Colorized log levels.
17+
5. Fields are [customizable](#customization).
18+
6. Filtering is easy to use.
19+
7. Log levels are colorized.
2020

2121
It uses [antonmedv/fx](https://github.com/antonmedv/fx) for viewing JSON records and [charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) for organizing the terminal UI. The tool is inspired by the project [json-log-viewer](https://github.com/gistia/json-log-viewer) which is unfortunately outdated and deserted.
2222

@@ -34,6 +34,12 @@ The application is designed to help in visualization, navigation, and analyzing
3434
- [Standalone Binary](#standalone-binary)
3535
- [Source](#source)
3636
- [Customization](#customization)
37+
- [Time Formats](#time-formats)
38+
- [`time`](#time)
39+
- [`numerictime`](#numerictime)
40+
- [`secondtime`](#secondtime)
41+
- [`millitime`](#millitime)
42+
- [`microtime`](#microtime)
3743
- [Resources](#resources)
3844
- [Contribution](#contribution)
3945
- [License](#license)
@@ -49,6 +55,7 @@ jlv file.json
4955
| Enter | Open/Close log |
5056
| F | Filter |
5157
| Ctrl+C | Exit |
58+
| F10 | Exit |
5259
| Esc | Back |
5360
| ↑↓ | Navigation |
5461

assets/animation.webp

-1.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)