Skip to content

Commit 9680a87

Browse files
committed
add windows event supported
1 parent e42e15e commit 9680a87

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Terminal user interface for `journalctl`, file system logs, as well **Docker** and **Podman** containers for quick viewing and filtering with fuzzy find, regex support (like `fzf` and `grep`) and coloring the output, written in Go with the [awesome-gocui](https://github.com/awesome-gocui/gocui) (fork [gocui](https://github.com/jroimartin/gocui)) library.
1414

15-
This tool is inspired by and with love for [LazyDocker](https://github.com/jesseduffield/lazydocker) and [LazyGit](https://github.com/jesseduffield/lazygit), as well as is listed as [Awesome-TUIs](https://github.com/rothgar/awesome-tuis), check out the other useful projects in the repository page.
15+
This tool is inspired by and with love for [LazyDocker](https://github.com/jesseduffield/lazydocker) and [LazyGit](https://github.com/jesseduffield/lazygit), as well as is included in [Awesome-TUIs](https://github.com/rothgar/awesome-tuis) and [Awesome-Docker](https://github.com/veggiemonk/awesome-docker?tab=readme-ov-file#terminal-ui), check out other useful projects on the repository pages.
1616

1717
![interface](/img/fuzzy.jpg)
1818

@@ -51,12 +51,12 @@ Binaries are available for download on the [releases](https://github.com/Lifailo
5151

5252
List of supported systems and architectures in which I was able to check the functionality:
5353

54-
| OS | amd64 | arm64 | Systems |
55-
| - | - | - | - |
56-
| Linux ||| Raspberry Pi, Oracle Linux (RHEL-based in WSL), Ubuntu Server 20.04.6 and above |
57-
| Darwin || | macOS Sequoia 15.2 |
58-
| BSD-based || | OpenBSD 7.6 and FreeBSD 14.2 |
59-
| Windows || | Windows 10 and 11 |
54+
| OS | amd64 | arm64 | Systems |
55+
| - | - | - | - |
56+
| Linux ||| Raspberry Pi, Arch Linux, Oracle Linux (RHEL-based in WSL environment), Ubuntu Server 20.04.6 and above |
57+
| Darwin || | macOS Sequoia 15.2 |
58+
| BSD || | OpenBSD 7.6 and FreeBSD 14.2 |
59+
| Windows || | Windows 10 and Windows 11 |
6060

6161
### Unix-based
6262

@@ -80,18 +80,20 @@ Thank you [Matteo Giordano](https://github.com/malteo) for upload and update the
8080

8181
### Windows
8282

83+
Windows Events, application logs from file system and containers are supported.
84+
8385
Use the following command to quickly install in your PowerShell console:
8486

8587
```PowerShell
86-
Invoke-RestMethod https://raw.githubusercontent.com/Lifailon/lazyjournal/main/install.ps1 | Invoke-Expression
88+
irm https://raw.githubusercontent.com/Lifailon/lazyjournal/main/install.ps1 | iex
8789
```
8890

89-
Supports reading containers logs as well as searching for logs in the following directories:
91+
The following directories are used to search for logs in the file system:
9092

9193
- `Program Files`
9294
- `Program Files (x86)`
93-
- `AppData\Local` for current user
94-
- `AppData\Roamin` for current user
95+
- `ProgramData`
96+
- `AppData\Local` and `AppData\Roamin` for current user
9597

9698
To read logs, automatic detection of the following encodings is supported:
9799

0 commit comments

Comments
 (0)