Skip to content

Commit 4935771

Browse files
committed
doc update
1 parent 14e5be2 commit 4935771

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "json-lines-viewer"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2024"
5-
description = "JSON Lines Viewer - Terminal-UI to view JSON line files (e.g. application logs) or Zip files containing such files"
5+
description = "JSON Lines Viewer - Terminal-UI to view JSON line files (e.g. application logs)"
66
authors = ["bitmagier"]
77
keywords = ["JSON", "viewer", "TUI"]
88
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ JSON Lines Viewer
22
---
33
Terminal-UI to view JSON line files (e.g. application logs) or Zip files containing such files
44

5-
_The main use case is to support the analysis of comprehensive application logs in 'Json line' format._
5+
_The main use case is to support the analysis of comprehensive application logs in 'JSON line' format._
66

77

88
## Install

planning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
## Version 1
2-
- TODO feature: implement search functionality also in value detail screen
3-
- TODO: feature: highlight all search hits on all screens with a style (e.g. underline or background color)
1+
## TODO's Version 1
2+
- feature: highlight all search hits on all screens with a style (e.g. underline or background color)
43
- main screen: mark line
54
- object screen: mark line
65
- value details screen: mark text section
@@ -9,6 +8,7 @@
98
- rewrite: generalize viewer to any kind of json and any object depth
109

1110
## Maybe's
11+
- maybe feature: implement search functionality also in value detail screen
1212
- maybe feature: settings screen
1313
- maybe feature: customize all colors
1414
- maybe feature: Use Memory Mapped Files for RawJsonLines

0 commit comments

Comments
 (0)