all repos — shlide @ e5d1a8d9a3528fda63e3efcb5c7a53fb3611d4bb

slide deck presentation tool written in pure bash

Better readme

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Fri, 07 Feb 2020 19:35:41 +0530
commit

e5d1a8d9a3528fda63e3efcb5c7a53fb3611d4bb

parent

6d0c7349450108af8430b6f58bf28650cfda0329

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

jump to
M readme.mdreadme.md

@@ -6,8 +6,7 @@

## Features - All slides are plain-text files. -- Navigation using `j` / `k` or `n` / `p`. -- You can also navigate to the next slide using `SPACE` or `ENTER`. +- Navigation using `j` / `k`, `n` / `p` and `space` / `enter` (only forward). - Text color and style formatting. - Pure bash.

@@ -27,6 +26,9 @@ $ touch deck/2-another.txt

# so on ``` + +**Note**: Make sure to prefix the first 9 slides with a `0` (`01-foo.txt`, `02-bar.txt` ...), +if you have more than 10 slides. Finally, run: