about summary refs log tree commit diff stats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* elaborate a little more on install instructionsKartik K. Agaram2021-12-031-3/+10
| | | | | Thanks to Mariano Guerra for the Nix command, and to Konrad Hinsen for the Guix command.
* improve support for backspaceKartik K. Agaram2021-12-031-1/+9
| | | | | | | I still don't understand the entire state space here, so I'm trying to err on the side of improving discoverability of the `ctrl-h` escape hatch. Without requiring too wide a window to show all hotkeys on the menu.
* describe the manual process to obtain a dark bgKartik K. Agaram2021-12-031-0/+8
| | | | https://github.com/akkartik/teliva/issues/1
* .Kartik K. Agaram2021-11-271-2/+2
|
* clarify what Teliva isKartik K. Agaram2021-11-271-6/+8
|
* now building on OpenBSDKartik K. Agaram2021-11-271-2/+2
| | | | Still emitting a bunch of warnings on OpenBSD, though.
* de-duplicate some words in the ReadmeKartik K. Agaram2021-11-241-4/+3
|
* .Kartik K. Agaram2021-11-231-4/+4
|
* clarify implications for the `require` keywordKartik K. Agaram2021-11-221-0/+5
|
* .Kartik K. Agaram2021-11-221-1/+1
|
* showcase other apps in the ReadmeKartik K. Agaram2021-11-221-0/+17
|
* link to video in ReadmeKartik K. Agaram2021-11-221-1/+1
| | | | | I played with inlining video files, but this seems like the sweet spot: accessible video that isn't in the reader's face.
* .Kartik K. Agaram2021-11-211-4/+4
|
* more thinking around compatibility and governanceKartik K. Agaram2021-11-211-28/+35
|
* include new dependency in ReadmeKartik K. Agaram2021-11-211-0/+1
|
* https now working!Kartik K. Agaram2021-11-211-1/+1
| | | | | | | | Still extremely ugly: - I've inlined all the namespaces under ssl, so you need to know that context and config are related to ssl. - luasec comes with its own copy of luasocket. I haven't deduped that yet.
* start on HTTP clientKartik K. Agaram2021-11-211-1/+2
|
* now. we. have. JSON.Kartik K. Agaram2021-11-211-0/+2
| | | | Completely unmodified from upstream.
* .Kartik K. Agaram2021-11-211-2/+2
|
* first glimmers of networking workingKartik K. Agaram2021-11-211-0/+2
|
* update Readme to reflect lots more curses bindingsKartik K. Agaram2021-11-201-7/+2
|
* .Kartik K. Agaram2021-11-191-5/+7
|
* tested on Mac OSKartik K. Agaram2021-11-141-1/+4
|
* list dependenciesKartik K. Agaram2021-11-141-1/+2
|
* .Kartik K. Agaram2021-11-141-2/+2
|
* drop mentions of the old .teliva extensionKartik K. Agaram2021-11-141-3/+2
|
* .Kartik K. Agaram2021-11-141-2/+1
|
* tweak ReadmeKartik K. Agaram2021-11-141-23/+13
|
* remove upstream ReadmesKartik K. Agaram2021-11-101-61/+2
| | | | They're already growing bitrot.
* .Kartik K. Agaram2021-11-081-18/+12
|
* state priorities in ReadmeKartik K. Agaram2021-11-081-2/+5
|
* .Kartik K. Agaram2021-11-071-2/+2
|
* more tweaks to ReadmeKartik K. Agaram2021-11-071-22/+25
|
* .Kartik K. Agaram2021-11-071-1/+2
|
* .Kartik K. Agaram2021-11-061-4/+2
|
* .Kartik K. Agaram2021-11-061-0/+12
|
* .Kartik K. Agaram2021-11-061-10/+16
|
* .Kartik K. Agaram2021-11-061-1/+2
|
* .Kartik K. Agaram2021-11-061-2/+2
|
* .Kartik K. Agaram2021-11-061-1/+1
|
* .Kartik K. Agaram2021-11-061-1/+1
|
* one more faqKartik K. Agaram2021-11-061-0/+17
|
* readme and docsKartik K. Agaram2021-11-051-7/+105
|
* new fork of Lua 5.1Kartik K. Agaram2021-10-221-0/+43
https://www.lua.org
hout a trace' href='/akkartik/mu/commit/shell/cell.mu?h=hlt&id=97df52bf2fadf41fe73745c99730e0838881b0df'>97df52bf ^
770cac94 ^


1afc0211 ^












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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205