yt-cli


Logs | Files | README | README | LICENSE | GitLab


1
commit b29a752bd321c5969d1ebce7590aaa16e3a46855
2
Author: Connor Etherington <[email protected]>
3
Date:   Fri May 26 10:52:31 2023 +0200
4
5
    Auto-Commit Update 26.05.2023 - 10:52:31
6
---
7
 README.md | 15 ++++++++++++++-
8
 1 file changed, 14 insertions(+), 1 deletion(-)
9
10
diff --git a/README.md b/README.md
11
index 4bcb3a5..2300e37 100644
12
--- a/README.md
13
+++ b/README.md
14
@@ -1,5 +1,18 @@
15
 
16
 # A CLI YouTube client, with buit-in search and download capabilities.
17
 
18
-![yt-cli](https://concise.cc/packages/previews/yt-cli/main.webm)
19
+!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
20
+skinparam defaultTextAlignment center
21
+!include ICONURL/common.puml
22
+!include ICONURL/font-awesome-5/gitlab.puml
23
+!include ICONURL/font-awesome-5/java.puml
24
+!include ICONURL/font-awesome-5/rocket.puml
25
+!include ICONURL/font-awesome/newspaper_o.puml
26
+FA_NEWSPAPER_O(news,good news!,node) #White {
27
+FA5_GITLAB(gitlab,GitLab.com,node) #White
28
+FA5_JAVA(java,PlantUML,node) #White
29
+FA5_ROCKET(rocket,Integrated,node) #White
30
+}
31
+gitlab ..> java
32
+java ..> rocket
33