repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
0598279
parent
c81d4e2
author
Eric Bower
date
2024-05-16 03:51:44 +0000 UTC
ascii logo
1 files changed,  +16, -0
M tui/common/views.go
+16, -0
 1@@ -111,3 +111,19 @@ func HelpView(styles Styles, sections ...string) string {
 2 
 3 	return s
 4 }
 5+
 6+func LogoView() string {
 7+	return `
 8+    .                   ."
 9+   i-~l^             'I~??!
10+  I??_??-<I^     .,!_??+<-?I
11+  _-+ .,!+??->:;<??-<;'  +-_
12+ '-?i     ':i_??_!".     i?-'
13+  _-+         ''         +-_
14+  I??I                  I??I
15+   !??l.              .l??i
16+    ;_?_I'          'I_?_;
17+     .I+??_>l:,,:l>_??+I.
18+        ';i+--??--+i;'
19+             ....`
20+}