GitPedia

SEE

see (Service Event Extraction) is a TUI based tool to lookup logs from services (systemd)

From NustyFrozen·Updated June 17, 2026·View on GitHub·

- Ctrl + q Exit application - Alt + [1-9]: Switch between open logs (buffers) - Ctrl + h / l / j / k: Move between widgets (like in nvim) - j / k Move up or down | g / G: Jump to top or bottom within widget - Enter / x Toggle / open - I input search, F input from date, T input to date y: Yank selected key=value to clipboard (only in detailed view) The project is written primarily in Rust, distributed under the GNU General Public License v3.0 license, first published in 2026. Key topics include: journalctl, logs, ratatui, services, systemd.

Latest release: 0.1.7seetui 0.1.7
April 30, 2026View Changelog →

SEE (Service Event Extraction)

Linux Services Log Viewer (like journalctl) TUI with VI Motions that allows you to open multiple instances of service logs (like nvim buffers) with custom filtering

Demo of SEE Viewer

Installation

cargo install seetui

Usage

run
seetui
or
seetui -u service1 service2....

Keybinds

  • Ctrl + q Exit application
  • Alt + [1-9]: Switch between open logs (buffers)
  • Ctrl + h / l / j / k: Move between widgets (like in nvim)
  • j / k Move up or down | g / G: Jump to top or bottom within widget
  • Enter / x Toggle / open
  • I input search, F input from date, T input to date
    y: Yank selected key=value to clipboard (only in detailed view)

contribution

contributors (besides ai clankers) are welcome.

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from NustyFrozen/SEE via the GitHub API.Last fetched: 6/17/2026