https://github.com/nustyfrozen/see
see (Service Event Extraction) is a TUI based tool to lookup logs from services (systemd)
https://github.com/nustyfrozen/see
journalctl logs ratatui services systemd systemd-service tui
Last synced: 3 months ago
JSON representation
see (Service Event Extraction) is a TUI based tool to lookup logs from services (systemd)
- Host: GitHub
- URL: https://github.com/nustyfrozen/see
- Owner: NustyFrozen
- License: gpl-3.0
- Created: 2026-03-17T17:29:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-22T22:38:43.000Z (3 months ago)
- Last Synced: 2026-03-23T04:13:52.457Z (3 months ago)
- Topics: journalctl, logs, ratatui, services, systemd, systemd-service, tui
- Language: Rust
- Homepage:
- Size: 5.72 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
## 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

### 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.