all repos — shlide @ 6f5a2a7a869b4fd952434bc55ab0e65d49553934

slide deck presentation tool written in pure bash

fix formatting, scrot
Akshay nerdypepper@tuta.io
Mon, 03 Feb 2020 10:32:06 +0530
commit

6f5a2a7a869b4fd952434bc55ab0e65d49553934

parent

33490116ce3f57b339b8ccb5febcd026731c77ce

1 files changed, 17 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,23 @@ 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 +| `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 +| `BLD` | bold | +| `DIM` | dim | +| `ITA` | italics | +| `UND` | underline | +| `FLS` | flashing | +| `REV` | reverse | +| `INV` | invert | +| `STR` | strikethrough |