You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
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.
14
14
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.
16
16
17
17

18
18
@@ -51,12 +51,12 @@ Binaries are available for download on the [releases](https://github.com/Lifailo
51
51
52
52
List of supported systems and architectures in which I was able to check the functionality:
53
53
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 |
60
60
61
61
### Unix-based
62
62
@@ -80,18 +80,20 @@ Thank you [Matteo Giordano](https://github.com/malteo) for upload and update the
80
80
81
81
### Windows
82
82
83
+
Windows Events, application logs from file system and containers are supported.
84
+
83
85
Use the following command to quickly install in your PowerShell console:
0 commit comments