Skip to content

Commit 29e1618

Browse files
committed
[blog] mention permalinks
1 parent 8c4f778 commit 29e1618

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

docs/_posts/2025-03-24-changes-0-13-0.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ excerpt: >-
66
---
77

88
The v0.13.0 release of the Logfile Navigator has some major changes that
9-
I'll go over here.
9+
I'll go over here. I've also recorded a video
10+
covering some of the changes if you want to
11+
see some of the features in action:
12+
13+
<iframe width="560" height="315" src="https://www.youtube.com/embed/6peBzqjgI2M?si=QiQZzfKyjemdUPsm" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1014

1115
## New Prompt
1216

@@ -220,6 +224,29 @@ and highlighted in yellow.
220224

221225
![Screenshot of DB row with control characters](/assets/images/lnav-db-control-characters.png)
222226

227+
## Permalinks for Log Messages
228+
229+
Log messages now have permalinks that can be used
230+
to reference them from other locations. The
231+
permalink for a message is shown in the parser
232+
details overlay (activated by pressing `p`).
233+
Selecting the "Permalink:" line in the overlay and
234+
then pressing `c` will copy the link to your
235+
clipboard. The link is also available in the
236+
`log_line_link` column of the log tables. These
237+
permalinks can be used with the `:goto` command
238+
to move to the log message.
239+
240+
<figure>
241+
<img src="{{site.url}}/assets/images/lnav-msg-permalinks.png" />
242+
<figcaption>
243+
The permalink is shown in the parser details
244+
overlay (opened by pressing <code>p</code>.
245+
The link can by copied by focusing on the
246+
line and pressing <code>c</code>.
247+
</figcaption>
248+
</figure>
249+
223250
## "Measure" Collation Function
224251

225252
A `measure_with_units` SQLite collation function has been
293 KB
Loading

0 commit comments

Comments
 (0)