diary

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

commit 4a73ee3a35517b5e0cd22c783473c1498844364a
parent 9a48147a481f0b7ca782ed598a5576ae10d24124
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun,  4 Jul 2021 19:23:08 +0200

add sync all (S) docs

Diffstat:
MREADME.md | 3++-
Mman/diary.1 | 3++-
Mman/diary.1.html | 10+++++++---
3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -31,7 +31,8 @@ This is a text-based diary, inspired by [khal](https://github.com/pimutils/khal) ``` e, Enter edit current entry d, x delete current entry - s sync current entry with CalDAV server + s sync current entry with CalDAV server (ALPHA) + S sync all entries with CalDAV server (ALPHA) t jump to today f jump to or find specific day diff --git a/man/diary.1 b/man/diary.1 @@ -52,7 +52,8 @@ Key(s) | Action ====== | ====== e, Enter | edit current entry d, x | delete current entry -s | sync current entry with CalDAV server +s | sync current entry with CalDAV server (ALPHA) +S | sync all entries with CalDAV server (ALPHA) t | jump to today f | jump to or find specific day diff --git a/man/diary.1.html b/man/diary.1.html @@ -98,7 +98,11 @@ Navigation is done using the following vim-inspired keyboard shortcuts: </tr> <tr> <td>s </td> - <td> sync current entry with CalDAV server</td> + <td> sync current entry with CalDAV server (ALPHA)</td> + </tr> + <tr> + <td>S </td> + <td> sync all entries with CalDAV server (ALPHA)</td> </tr> <tr> <td></td> @@ -154,11 +158,11 @@ Navigation is done using the following vim-inspired keyboard shortcuts: </tr> <tr> <td>g </td> - <td> go to the first journal entry</td> + <td> go to start of journal</td> </tr> <tr> <td>G </td> - <td> go to the last journal entry</td> + <td> go to end of journal</td> </tr> <tr> <td></td>