fix #24: clarify template use of .Value (#25)

This commit is contained in:
T. von Dein
2026-04-29 08:33:10 +02:00
parent 4fa42e27e4
commit cafc65aea7
4 changed files with 40 additions and 4 deletions

View File

@@ -452,6 +452,17 @@ The following template variables can be used:
=item B<.Value> - string
To be able to use the value in a template, you'll need to add the
C<-s> flag so that values are included in output data
stream. Otherwise you can only use C<.Preview>.
Be careful if you use C<-s> and C<.Value> though: if a value is a
multiline string, it may clutter your output.
=item B<.Preview> string
First line of entry value (if it is a string).
=item B<.Bin> - []byte
=item B<.Created> - timestamp.Time