-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
40 lines (25 loc) · 896 Bytes
/
notes.txt
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
35
36
37
38
39
40
Dynamic JSON Decoding
---------------------
http://eagain.net/articles/go-dynamic-json/
Json to Go Struct Converter
---------------------------
https://mholt.github.io/json-to-go/
Go Websockets
-------------
https://github.com/gorilla/websocket
Unicode Symbols:
----------------
http://jrgraphix.net/r/Unicode/2B00-2BFF
Formatting:
-----------
http://misc.flogisoft.com/bash/tip_colors_and_formatting
Seems to be available on all VTE terminals...
Slack Formatting:
-----------------
https://api.slack.com/docs/message-formatting
// ---------------------------------------------------------------------------------------------------------------------
GO CUI Feature I Want
- Copy & paste text containing newlines (Yes - but appears to be buggy in the demo)
- Line-breaking (No)
- Scrolling of custom widgets (Unsure - scrolling support appears to be based on Origin(..) movement.)
-