Skip to content

Commit

Permalink
new: version 1.27.0 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Mar 24, 2024
1 parent 52ef6a5 commit 790f4dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories = ["command-line-utilities"]
description = "Utility for viewing json-formatted log files."
keywords = ["cli", "human", "log"]
name = "hl"
version = "0.27.0-beta.5"
version = "0.27.0"
edition = "2021"
build = "build.rs"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hl
A fast and powerful log viewer that translates JSON logs into a pretty human-readable format.
A fast and powerful log viewer and processor that translates JSON or logfmt logs into a pretty human-readable format.
High performance and convenient features are the main goals.

## Features overview
Expand All @@ -12,7 +12,7 @@ High performance and convenient features are the main goals.
* RFC-3339 timestamp format.
* Current configured timestamp output format with the `-t` option or environment variable.
* Human friendly shortcuts like `today`, `yesterday`, `friday` or relative offsets like `-3h` or `-14d`.
* Quick and easy [hiding and unhiding](#hiding-or-showing-selected-fields) of fields with the `-h` option.
* Quick and easy [hiding and revealing](#hiding-or-revealing-selected-fields) of fields with the `-h` option.
* Hide empty fields with the `-E` flag.
* Lightning fast [message sorting](#sorting-messages-chronologically) with automatic indexing for local files using the `-s` flag.
* Handles ~1 GiB/s for the first scan and allows fast filtering by timestamp range and level without scanning the data afterwards.
Expand Down Expand Up @@ -264,7 +264,7 @@ High performance and convenient features are the main goals.
Displays only messages that occurred before 6 PM local time on June 1, 2021, and shows timestamps in local time.


### Hiding or showing selected fields
### Hiding or revealing selected fields

- Command

Expand Down

0 comments on commit 790f4dc

Please sign in to comment.