all repos — shlide @ 27c1cdc502c8900c726cd4165458ac43197bd88c

slide deck presentation tool written in pure bash

Squashed commit of the following:

commit 9806b81849d8efa2ab371b7b0a1598e593d14354
Author: Akshay <nerdypepper@tuta.io>
Date:   Mon Feb 3 00:16:01 2020 +0530

    remove logging

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 03 Feb 2020 00:20:50 +0530
commit

27c1cdc502c8900c726cd4165458ac43197bd88c

parent

95a5f0f0accad14e5e5d216af6cabdcc0fc1a5e8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M shlideshlide

@@ -82,7 +82,7 @@ # line by line.

l=$(colorify "$line") printf '%s' "$l" case $line in - "" | *"\n"*) + "" | "\n") ((++reduce));; esac # Move down and back after each print.