Skip to content

Commit 5202646

Browse files
committed
mark search results yellow
1 parent 4935771 commit 5202646

File tree

5 files changed

+125
-83
lines changed

5 files changed

+125
-83
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-lines-viewer"
3-
version = "0.4.6"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "JSON Lines Viewer - Terminal-UI to view JSON line files (e.g. application logs)"
66
authors = ["bitmagier"]

planning.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
## TODO's Version 1
2-
- feature: highlight all search hits on all screens with a style (e.g. underline or background color)
3-
- main screen: mark line
4-
- object screen: mark line
5-
- value details screen: mark text section
2+
- case-insensitive search
63

74
## (Version 2): Should be a fork with a different name - e.g. json-viewer
85
- rewrite: generalize viewer to any kind of json and any object depth

0 commit comments

Comments
 (0)