Commit cecce19ff7ae63d34c46ee3bce15ed6b89a39780

Parents: e12ff37296a6e23f4d09c2299139e28f1f43be63

From: Moritz Poldrack <ich@moritz-poldrack.de>
Date: Mon Jul 19 19:00:57 2021 +0700

added featurelist to readme

		

Stats

README.md +13/-5

Changeset

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff --git a/README.md b/README.md
index 77c8b9e01ffec69c5df6bd6e72f5d1ff9523bebc..acc2c1429fb4260466d92208804e0180e7efd55e 100644
--- a/README.md
+++ b/README.md
@@ -4,16 +4,24 @@ Write pretty terminal output the easy way.
 
 Want your text green? `ansi.Green("I am Shrek")`
 
-Want it black on a red ground? `ansi.RedBG(ansi.Black("You can just combine them"))`
+Want it black on a red ground? `ansi.RedBG(ansi.Black("You can just
+combine them"))`
 
 Moving around is as simple as Specifying direction `ansi.Up()`
 
 ## ANSI Support
 
+- movement
+- line operations (clearing lines)
+- fore- and background colour
+- formatting (bold, italic, strikethrough, )
+- stripping ANSI-Codes
+- hyperlinks (WIP)
 
 ## User Choice
 
-This  library  implements   the  (informal)  [`NO_COLOR`](https://no-color.org/)
-standard.   This  disables  all  formatting-related   ANSI-Codes  but  does  not
-restrict  any other  function (like  cursor  movement  or  formatting).  If this
-behavior is unwanted please stay on version 1.3.0 or below.
+This  library  implements   the  (informal)
+[`NO_COLOR`](https://no-color.org/) standard.   This  disables  all
+colour-related   ANSI-Codes  but  does  not restrict  any other
+function (like  cursor  movement  or  formatting).  If this behavior
+is unwanted please stay on version 1.3.0 or below.