mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
readme
This commit is contained in:
parent
e14926f85f
commit
281a5d9e6e
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue