all repos — shlide @ 3d0bcbbb1acf25cb6ef94556c5c8c366060188a7

slide deck presentation tool written in pure bash

move controls to section
Akshay nerdypepper@tuta.io
Sun, 09 Feb 2020 11:02:07 +0530
commit

3d0bcbbb1acf25cb6ef94556c5c8c366060188a7

parent

1f3b3b500c587215cc0b0175eafd26df0399da0e

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

jump to
M readme.mdreadme.md

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

## Features - All slides are plain-text files. -- Navigation using `j` / `k`, `n` / `p` and `space` / `enter` (only forward). +- Vim like navigation. - Text color and style formatting. - Pure bash.

@@ -35,6 +35,14 @@

```shell $ shlide deck/ ``` + +## Controls + +- Next slide: `j`, `n`, ';', `space`, 'enter' +- Previous slide: `k`, `p`, ',', `backspace` +- Jump to first slide: `0` +- Jump to last slide: `G` +- Quit: `q` ## Formatting