1

Add some lnav macros

This commit is contained in:
Evan Pratten 2024-04-15 09:59:15 -04:00
parent d03b0e62e4
commit 6431eaf54c
2 changed files with 8 additions and 0 deletions

4
scripts/lnav-journal Executable file
View File

@ -0,0 +1,4 @@
#! /bin/bash
set -e
lnav <(journalctl --merge --priority 0..7 --since $(date "+%Y-%m-%d") -o json -f --no-tail)

4
scripts/todays-errors Executable file
View File

@ -0,0 +1,4 @@
#! /bin/bash
set -e
lnav <(journalctl --merge --priority 0..3 --since $(date "+%Y-%m-%d") -o json -f --no-tail | grep --line-buffered -iv "iwlwifi ")