Skip to content

Commit 9b52132

Browse files
committed
feat(systemd): Add systemd process filter
fix(memory): fix memory leak when boots are far in the future feat(theme): add a theme toggle fix(filter): fix filters by service unit chore(dependencies): update dependencies to the latest version
1 parent 1f358fa commit 9b52132

File tree

19 files changed

+3058
-2163
lines changed

19 files changed

+3058
-2163
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"command": "npm",
2727
"args": [
2828
"run",
29-
"build"
29+
"build-only"
3030
]
3131
}
3232
]

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ A modern linux desktop application to visualize systemd logs.
1212

1313
## Features
1414

15-
- Visualize at a glance the number of logs over time.
15+
- Summary graph with the latest log entries for the last 5 days or 10k entries
1616
- A quick search to filter messages containing some text (case insensitive).
17-
- A filter bar for more advanced filtering like by Priority, unit, date range... - WIP.
18-
- Visualize different alerts levels with different styles.
17+
- A more advanced filter bar where you can search by:
18+
- Log Priority
19+
- Date Range
20+
- Service unit, including init service (systemd)
21+
- Transport, journal, kernel...
22+
- System Boot
23+
- Graphical indication for log level
24+
- Expand log entry on selection
1925
- Infinite scrolling.
26+
- Refresh logs button
2027
- Light/Dark theme
2128

2229
## Built with

docs/screenshot-dark.png

578 KB
Loading

docs/screenshot.png

655 KB
Loading

0 commit comments

Comments
 (0)