all repos — shlide @ 7400683c90b07703aefe2d8cb71b0a855c2735d4

slide deck presentation tool written in pure bash

Squashed commit of the following:

commit 80036b6517a39d6e898296b5b91efe79614e7492
Author: Akshay <nerdypepper@tuta.io>
Date:   Mon Feb 3 05:09:33 2020 +0000

    Update readme.md

commit 6f5a2a7a869b4fd952434bc55ab0e65d49553934
Author: Akshay <nerdypepper@tuta.io>
Date:   Mon Feb 3 10:32:06 2020 +0530

    fix formatting, scrot

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 03 Feb 2020 13:43:38 +0530
commit

7400683c90b07703aefe2d8cb71b0a855c2735d4

parent

ab3d93895ed3032126e1aeea9ee66f8a1f87ba4e

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

jump to
M readme.mdreadme.md

@@ -1,7 +1,7 @@

# shlide > a slide deck presentation tool written in pure bash -![scrot](https://x.icyphox.sh/NBq.png) +![scrot](https://files.nerdypepper.tech/k7.png) ## Features

@@ -42,23 +42,27 @@ A full list of formatting options are below:

**Colors** -`BLK` black -`RED` red -`GRN` green -`YLW` yellow -`BLU` blue -`PUR` purple -`CYN` cyan -`RST` reset +|Key|Effect | +|-|-| +| `BLK` | black | +| `RED` | red | +| `GRN` | green | +| `YLW` | yellow | +| `BLU` | blue | +| `PUR` | purple | +| `CYN` | cyan | +| `RST` | reset | **Styles** -`BLD` bold -`DIM` dim -`ITA` italics -`UND` underline -`FLS` flashing -`REV` reverse -`INV` invert -`STR` strikethrough +|Key|Effect | +|-|-| +| `BLD` | bold | +| `DIM` | dim | +| `ITA` | italics | +| `UND` | underline | +| `FLS` | flashing | +| `REV` | reverse | +| `INV` | invert | +| `STR` | strikethrough |