this repo has no description
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+21 -17
+21 -17
readme.md
··· 1 1 # shlide 2 2 > a slide deck presentation tool written in pure bash 3 3 4 - ![scrot](https://x.icyphox.sh/NBq.png) 4 + ![scrot](https://files.nerdypepper.tech/k7.png) 5 5 6 6 ## Features 7 7 ··· 42 42 43 43 **Colors** 44 44 45 - `BLK` black 46 - `RED` red 47 - `GRN` green 48 - `YLW` yellow 49 - `BLU` blue 50 - `PUR` purple 51 - `CYN` cyan 52 - `RST` reset 45 + |Key|Effect | 46 + |-|-| 47 + | `BLK` | black | 48 + | `RED` | red | 49 + | `GRN` | green | 50 + | `YLW` | yellow | 51 + | `BLU` | blue | 52 + | `PUR` | purple | 53 + | `CYN` | cyan | 54 + | `RST` | reset | 53 55 54 56 **Styles** 55 57 56 - `BLD` bold 57 - `DIM` dim 58 - `ITA` italics 59 - `UND` underline 60 - `FLS` flashing 61 - `REV` reverse 62 - `INV` invert 63 - `STR` strikethrough 58 + |Key|Effect | 59 + |-|-| 60 + | `BLD` | bold | 61 + | `DIM` | dim | 62 + | `ITA` | italics | 63 + | `UND` | underline | 64 + | `FLS` | flashing | 65 + | `REV` | reverse | 66 + | `INV` | invert | 67 + | `STR` | strikethrough | 64 68