From 3699a16f0c5fb3210706aead921670bf3a6a71fb Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 28 Jan 2020 02:16:10 -0500 Subject: Add README --- README.7 | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 README.7 diff --git a/README.7 b/README.7 new file mode 100644 index 0000000..6ee5d96 --- /dev/null +++ b/README.7 @@ -0,0 +1,62 @@ +.Dd January 28, 2020 +.Dt README 7 +.Os "Causal Agency" +. +.Sh NAME +.Nm notemap +.Nd mirror notes to IMAP +. +.Sh DESCRIPTION +.Xr notemap 1 +mirrors text files to an IMAP mailbox +in a format compatible with the iOS Notes app. +It's intended to make notes managed in +.Xr git 1 +easily accessible from the phone. +. +.Pp +.Nm +requires LibreSSL +.Pq Fl ltls +and either +.Xr dig 1 +or +.Xr drill 1 +for automatic IMAP server configuration. +. +.Pp +Build configuration can be written to +.Pa config.mk . +The install prefix of LibreSSL is set by +.Va LIBRESSL_PREFIX . +The path of +.Xr dig 1 +or +.Xr drill 1 +can be set by defining the C preprocessor macro +.Va DIG_PATH +or +.Va DRILL_PATH , +respectively. +The default is to set +.Va DRILL_PATH +to +.Pa /usr/bin/drill +on +.Fx +and set +.Va DIG_PATH +to +.Pa dig +everywhere else. +. +.Sh CONTRIBUTING +The upstream URL of this project is +.Aq Lk https://git.causal.agency/notemap . +I'm happy to receive contributions in any form at +.Aq Mt june@causal.agency . +For sending patches by email, see +.Aq Lk https://git-send-email.io . +. +.Sh SEE ALSO +.Xr notemap 1 -- cgit 1.4.1 587174c37ff4558b335b0cbf18'/>
path: root/bin/man/psfed.1 (unfollow)
Commit message (Expand)Author
2018-09-27Add HJKL for moving glyphs to psfedJune McEnroe
2018-09-27Move psfed paste to edit modeJune McEnroe
2018-09-27Export PWDJune McEnroe
2018-09-27Add sans6x8 PSF2 fontJune McEnroe
2018-09-26Add copy paste to psfedJune McEnroe
2018-09-25Add r to psfed for invertJune McEnroe
2018-09-24Add psfed, a PSF2 font editorJune McEnroe
2018-09-21Add scheme -i to swap white and blackJune McEnroe
2018-09-21Map caps lock to escape on Linux consoleJune McEnroe
2018-09-19Fix README mandoc lintsJune McEnroe
2018-09-19Un-NOT trans.alpha values in pngoJune McEnroe
2018-09-18Refactor reads in pngo and clear palette between filesJune McEnroe
2018-09-17Add tRNS support to pngoJune McEnroe
2018-09-11Move gfx man pages to gfx/manJune McEnroe
2018-09-11Move bin man pages to bin/manJune McEnroe
2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe
2018-09-11Remove GAMES from BINSJune McEnroe
2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe
2018-09-11Add "blank" lines to man pagesJune McEnroe
2018-09-10Add mdoc syntax fileJune McEnroe
2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe
2018-09-08Put real dates on man pagesJune McEnroe
2018-09-08Replace gfx README with REAMDE.7June McEnroe
2018-09-08Link gfx man pages in ~/.localJune McEnroe