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
1 files changed,
21 insertions(+),
17 deletions(-)
jump to
M
readme.md
→
readme.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 |