readme
All checks were successful
CI / build (push) Successful in 57s
CI / checks (push) Successful in 59s
CI / build-nixpkgs (push) Successful in 41s

This commit is contained in:
Robin Appelman 2025-08-21 19:39:08 +02:00
commit 281a5d9e6e

View file

@ -17,8 +17,8 @@ logsmash ./logfile.log
## Log files ## Log files
Logsmash supports both loading plain log files, compressed log files (`.gz`, Logsmash supports both loading plain log files, compressed log files (`.gz`,
`.bz2`, `.xz` or `.zst`), archives containing log files (`.zip`, `.7z` or `.bz2`, `.xz` or `.zst`), archives containing log files (`.zip`, `.7z`, `.rar`
(compressed) `.tar`), or logs contained in `.csv` data. or (compressed) `.tar`), or logs contained in `.csv` data.
### Date formats ### Date formats
@ -91,6 +91,9 @@ selected item is shown above the list.
- You can return to the previous page with `Esc` or the left arrow key. - You can return to the previous page with `Esc` or the left arrow key.
- Single log items can be copied as json with `c` (requires - Single log items can be copied as json with `c` (requires
[OSC 52 support](https://github.com/ojroques/vim-oscyank)) [OSC 52 support](https://github.com/ojroques/vim-oscyank))
- All lists can be filtered with `f`
- List of logs can be grouped with `g`
- Logs from the same request can be shown with `r`
## Supported data ## Supported data