From 4b2a6e380f0405b6adbcc45f1982530f5a182f4e Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 25 Jan 2020 06:38:41 -0500 Subject: Add basic manual page --- notemap.1 | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 notemap.1 (limited to 'notemap.1') diff --git a/notemap.1 b/notemap.1 new file mode 100644 index 0000000..0ca1fcb --- /dev/null +++ b/notemap.1 @@ -0,0 +1,54 @@ +.Dd January 25, 2020 +.Dt NOTEMAP 1 +.Os +. +.Sh NAME +.Nm notemap +.Nd synchronize notes with IMAP +. +.Sh SYNOPSIS +.Nm +.Op Fl adfpsu +.Op Fl m Ar file +.Op Ar +. +.Sh DESCRIPTION +The +.Nm +utility +synchronizes text notes +with an IMAP mailbox. +Files are mapped to IMAP messages +using a map file. +If no files are given as arguments, +all mapped files are synchronized. +. +.Pp +The arguments are as follows: +.Bl -tag -width Ds +.It Fl a +Add notes to the map file. +. +.It Fl d +Remove notes from the map file. +Notes are not deleted from the server. +. +.It Fl f +Force either a push or pull +to overwrite newer notes. +. +.It Fl p +Push local notes to the server. +. +.It Fl m Ar file +Set the location of the map file. +The default is +.Pa .notemap . +. +.It Fl s +Show the status of local and remote notes. +This is the default action. +. +.It Fl u +Pull remote notes from the server. +.El -- cgit 1.4.1