it* My version of sent Err codevoid.de 70 i Err codevoid.de 70 hgit clone git://git.codevoid.de/sent-sdk.git URL:git://git.codevoid.de/sent-sdk.git codevoid.de 70 1Log /git/sent-sdk/log.gph codevoid.de 70 1Files /git/sent-sdk/files.gph codevoid.de 70 1Refs /git/sent-sdk/refs.gph codevoid.de 70 1README /git/sent-sdk/file/README.md.gph codevoid.de 70 1LICENSE /git/sent-sdk/file/LICENSE.gph codevoid.de 70 i--- Err codevoid.de 70 1commit b737e3e6af9e6999baace5d453e405f32c60b2d2 /git/sent-sdk/commit/b737e3e6af9e6999baace5d453e405f32c60b2d2.gph codevoid.de 70 1parent c3a0671f68f894c5d7a54d934170cfd1560416c4 /git/sent-sdk/commit/c3a0671f68f894c5d7a54d934170cfd1560416c4.gph codevoid.de 70 hAuthor: FRIGN URL:mailto:dev@frign.de codevoid.de 70 iDate: Fri, 12 Aug 2016 11:36:15 +0200 Err codevoid.de 70 i Err codevoid.de 70 iAdd a manpage Err codevoid.de 70 i Err codevoid.de 70 iDiffstat: Err codevoid.de 70 i M Makefile | 4 ++++ Err codevoid.de 70 i A sent.1 | 66 +++++++++++++++++++++++++++++++ Err codevoid.de 70 i Err codevoid.de 70 i2 files changed, 70 insertions(+), 0 deletions(-) Err codevoid.de 70 i--- Err codevoid.de 70 1diff --git a/Makefile b/Makefile /git/sent-sdk/file/Makefile.gph codevoid.de 70 it@@ -48,6 +48,10 @@ install: all Err codevoid.de 70 i @mkdir -p ${DESTDIR}${PREFIX}/bin Err codevoid.de 70 i @cp -f sent ${DESTDIR}${PREFIX}/bin Err codevoid.de 70 i @chmod 755 ${DESTDIR}${PREFIX}/bin/sent Err codevoid.de 70 i+ @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 Err codevoid.de 70 i+ @mkdir -p ${DESTDIR}${MANPREFIX}/man1 Err codevoid.de 70 i+ @cp sent.1 ${DESTDIR}${MANPREFIX}/man1/sent.1 Err codevoid.de 70 i+ @chmod 644 ${DESTDIR}${MANPREFIX}/man1/sent.1 Err codevoid.de 70 i Err codevoid.de 70 i uninstall: Err codevoid.de 70 i @echo removing executable file from ${DESTDIR}${PREFIX}/bin Err codevoid.de 70 1diff --git a/sent.1 b/sent.1 /git/sent-sdk/file/sent.1.gph codevoid.de 70 it@@ -0,0 +1,66 @@ Err codevoid.de 70 i+.Dd 2016-08-12 Err codevoid.de 70 i+.Dt SENT 1 Err codevoid.de 70 i+.Sh NAME Err codevoid.de 70 i+.Nm sent Err codevoid.de 70 i+.Nd simple plaintext presentation tool Err codevoid.de 70 i+.Sh SYNOPSIS Err codevoid.de 70 i+.Nm Err codevoid.de 70 i+.Op Fl v Err codevoid.de 70 i+.Op Ar file Err codevoid.de 70 i+.Sh DESCRIPTION Err codevoid.de 70 i+.Nm Err codevoid.de 70 i+is a simple plaintext presentation tool for X. It does not need LaTeX, Err codevoid.de 70 i+LibreOffice or any other fancy file format. Instead, it uses plaintext Err codevoid.de 70 i+files to describe the slides, including support for images. Err codevoid.de 70 i+.Pp Err codevoid.de 70 i+Every paragraph represents a slide in the presentation. Especially for Err codevoid.de 70 i+presentations using the Takahashi method this is very nice and allows Err codevoid.de 70 i+you to write down the presentation for a quick lightning talk within a Err codevoid.de 70 i+few minutes. Err codevoid.de 70 i+.Sh OPTIONS Err codevoid.de 70 i+.Bl -tag -width Ds Err codevoid.de 70 i+.It Fl v Err codevoid.de 70 i+Print version information to stdout and exit. Err codevoid.de 70 i+.El Err codevoid.de 70 i+.Sh USAGE Err codevoid.de 70 i+.Bl -tag -width Ds Err codevoid.de 70 i+.It Em Mouse commands Err codevoid.de 70 i+.Bl -tag -width Ds Err codevoid.de 70 i+.It Sy Button1 | Button5 Err codevoid.de 70 i+Go to next slide, if existant. Err codevoid.de 70 i+.It Sy Button3 | Button4 Err codevoid.de 70 i+Go to previous slide, if existant. Err codevoid.de 70 i+.El Err codevoid.de 70 i+.It Em Keyboard commands Err codevoid.de 70 i+.Bl -tag -width Ds Err codevoid.de 70 i+.It Sy Escape | q Err codevoid.de 70 i+Quit. Err codevoid.de 70 i+.It Sy Right | Return | Space | l | j | Down | Next | n Err codevoid.de 70 i+Go to next slide, if existant. Err codevoid.de 70 i+.It Sy Left | Backspace | h | k | Up | Prior | p Err codevoid.de 70 i+Go to previous slide, if existant. Err codevoid.de 70 i+.El Err codevoid.de 70 i+.El Err codevoid.de 70 i+.Sh FORMAT Err codevoid.de 70 i+The presentation file is made up of at least one paragraph, with an Err codevoid.de 70 i+empty line separating two slides. Err codevoid.de 70 i+Each input line is interpreted literally, except from control characters Err codevoid.de 70 i+at the beginning of lines described as follows: Err codevoid.de 70 i+.Bl -tag -width Ds Err codevoid.de 70 i+.It Sy @ Err codevoid.de 70 i+Create individual slide containing the image pointed to by the filename Err codevoid.de 70 i+following the Err codevoid.de 70 i+.Sy @ . Err codevoid.de 70 i+.It Sy # Err codevoid.de 70 i+Ignore this input line. Err codevoid.de 70 i+.It Sy \e Err codevoid.de 70 i+Create input line using the characters following the Err codevoid.de 70 i+.Sy \e Err codevoid.de 70 i+without interpreting them. Err codevoid.de 70 i+.El Err codevoid.de 70 i+.Sh CUSTOMIZATION Err codevoid.de 70 i+.Nm Err codevoid.de 70 i+can be customized by creating a custom config.h and (re)compiling the Err codevoid.de 70 i+source code. This keeps it fast, secure and simple. Err codevoid.de 70 i+.Sh SEE ALSO Err codevoid.de 70 i+.Xr 2ff 1 Err codevoid.de 70 .