diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit b07c43ec7b89695a9d65f0936d5ec1c603d96ebb
parent b5c71c25346fff20421891c463097da219fe5685
Author: github-actions <github-actions@github.com>
Date:   Sat, 11 Dec 2021 20:07:06 +0000

refresh diary manpage

Diffstat:
Mman1/diary.1.html | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/man1/diary.1.html b/man1/diary.1.html @@ -71,9 +71,12 @@ diary - Text-based journaling program </dl> <dl class="Bl-tag"> <dt><b>-p</b>, <b>--no-pty</b></dt> - <dd>No pseudo terminal (pty) for entry preview. If set, journal entries are - displayed with Ncurses. If not set (default), the entry preview is printed - to a pseudo terminal (pty) and not processed with Ncurses.</dd> + <dd>No pseudo terminal (pty) for entry preview. Only effective in combination + with <b>--fmt-cmd</b>. If set, the output of <b>--fmt-cmd</b> is displayed + with Ncurses. If not set (default), the result of <b>--fmt-cmd</b> + (journal entry preview) is printed on a pseudo-terminal (pty) and not + processed with Ncurses. The pty supports the ANSI escape sequences (e.g. + colors, font types, etc.) of the native terminal.</dd> </dl> <dl class="Bl-tag"> <dt><b>-r</b>, <b>--range</b>=<i>RANGE</i></dt>