diary

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

commit 73fd2994fc30a3745386f9f72c0e3819a4d6da68
parent ef7b3ea342515a951edd2ef08a1c62eeea693d0f
Author: github-actions <github-actions@github.com>
Date:   Sat, 11 Dec 2021 18:55:03 +0000

refresh diary manpage

Diffstat:
Mman1/diary.1.html | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/man1/diary.1.html b/man1/diary.1.html @@ -70,6 +70,12 @@ diary - Text-based journaling program -c&quot; or similar.</dd> </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> +</dl> +<dl class="Bl-tag"> <dt><b>-r</b>, <b>--range</b>=<i>RANGE</i></dt> <dd>RANGE is the number of years to show before/after todays date. Defaults to 1 year.</dd> @@ -250,6 +256,8 @@ weekday = 1 fmt = %Y-%m-%d # Text format command for entry preview fmt_cmd = +# Use pseudo terminal (pty) for entry preview +#no_pty = false # Editor to open journal files with editor = # Google calendar name for CalDAV sync