Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | documentation for NetBSD | Kartik K. Agaram | 2022-01-24 | 1 | -3/+6 |
| | |||||
* | known issue on OpenBSD | Kartik K. Agaram | 2022-01-24 | 1 | -0/+3 |
| | |||||
* | clarify generic 'bsd' build target | Kartik K. Agaram | 2022-01-24 | 1 | -1/+1 |
| | | | | We still only have OpenBSD working. | ||||
* | clearer first sentence | Kartik K. Agaram | 2022-01-14 | 1 | -3/+4 |
| | |||||
* | enumerate mirrors | Kartik K. Agaram | 2022-01-14 | 1 | -0/+14 |
| | |||||
* | . | Kartik K. Agaram | 2021-12-25 | 1 | -4/+4 |
| | |||||
* | . | Kartik K. Agaram | 2021-12-25 | 1 | -1/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-12-25 | 1 | -2/+2 |
| | |||||
* | make the case for sandboxing in the Readme | Kartik K. Agaram | 2021-12-25 | 1 | -24/+45 |
| | |||||
* | drop stdin/stdout/stderr and Lua default files | Kartik K. Agaram | 2021-12-25 | 1 | -0/+5 |
| | | | | | | | This isn't necessarily for sandboxing, but they don't really work right now in the presence of ncurses, and it seems better to not include broken stuff. Maybe we can get them to coexist with ncurses down the road. | ||||
* | sandbox: no popen | Kartik K. Agaram | 2021-12-25 | 1 | -0/+1 |
| | | | | Again, too difficult to sandbox for now. | ||||
* | sandbox: no system() | Kartik K. Agaram | 2021-12-25 | 1 | -1/+4 |
| | | | | | Too hard to sandbox. Maybe we'll get back to it if there's some use case only it can satisfy. | ||||
* | clarify 'hardcoded colors' in the Readme | Kartik K. Agaram | 2021-12-24 | 1 | -1/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-12-23 | 1 | -0/+7 |
| | |||||
* | fix stale readme | Kartik K. Agaram | 2021-12-20 | 1 | -4/+3 |
| | |||||
* | mention programming framework in Readme | Kartik K. Agaram | 2021-12-18 | 1 | -0/+6 |
| | |||||
* | clearer description of editing experience | Kartik K. Agaram | 2021-12-10 | 1 | -3/+11 |
| | |||||
* | elaborate a little more on install instructions | Kartik K. Agaram | 2021-12-03 | 1 | -3/+10 |
| | | | | | Thanks to Mariano Guerra for the Nix command, and to Konrad Hinsen for the Guix command. | ||||
* | improve support for backspace | Kartik K. Agaram | 2021-12-03 | 1 | -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 bg | Kartik K. Agaram | 2021-12-03 | 1 | -0/+8 |
| | | | | https://github.com/akkartik/teliva/issues/1 | ||||
* | . | Kartik K. Agaram | 2021-11-27 | 1 | -2/+2 |
| | |||||
* | clarify what Teliva is | Kartik K. Agaram | 2021-11-27 | 1 | -6/+8 |
| | |||||
* | now building on OpenBSD | Kartik K. Agaram | 2021-11-27 | 1 | -2/+2 |
| | | | | Still emitting a bunch of warnings on OpenBSD, though. | ||||
* | de-duplicate some words in the Readme | Kartik K. Agaram | 2021-11-24 | 1 | -4/+3 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-23 | 1 | -4/+4 |
| | |||||
* | clarify implications for the `require` keyword | Kartik K. Agaram | 2021-11-22 | 1 | -0/+5 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | showcase other apps in the Readme | Kartik K. Agaram | 2021-11-22 | 1 | -0/+17 |
| | |||||
* | link to video in Readme | Kartik K. Agaram | 2021-11-22 | 1 | -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. Agaram | 2021-11-21 | 1 | -4/+4 |
| | |||||
* | more thinking around compatibility and governance | Kartik K. Agaram | 2021-11-21 | 1 | -28/+35 |
| | |||||
* | include new dependency in Readme | Kartik K. Agaram | 2021-11-21 | 1 | -0/+1 |
| | |||||
* | https now working! | Kartik K. Agaram | 2021-11-21 | 1 | -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 client | Kartik K. Agaram | 2021-11-21 | 1 | -1/+2 |
| | |||||
* | now. we. have. JSON. | Kartik K. Agaram | 2021-11-21 | 1 | -0/+2 |
| | | | | Completely unmodified from upstream. | ||||
* | . | Kartik K. Agaram | 2021-11-21 | 1 | -2/+2 |
| | |||||
* | first glimmers of networking working | Kartik K. Agaram | 2021-11-21 | 1 | -0/+2 |
| | |||||
* | update Readme to reflect lots more curses bindings | Kartik K. Agaram | 2021-11-20 | 1 | -7/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-19 | 1 | -5/+7 |
| | |||||
* | tested on Mac OS | Kartik K. Agaram | 2021-11-14 | 1 | -1/+4 |
| | |||||
* | list dependencies | Kartik K. Agaram | 2021-11-14 | 1 | -1/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-14 | 1 | -2/+2 |
| | |||||
* | drop mentions of the old .teliva extension | Kartik K. Agaram | 2021-11-14 | 1 | -3/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-14 | 1 | -2/+1 |
| | |||||
* | tweak Readme | Kartik K. Agaram | 2021-11-14 | 1 | -23/+13 |
| | |||||
* | remove upstream Readmes | Kartik K. Agaram | 2021-11-10 | 1 | -61/+2 |
| | | | | They're already growing bitrot. | ||||
* | . | Kartik K. Agaram | 2021-11-08 | 1 | -18/+12 |
| | |||||
* | state priorities in Readme | Kartik K. Agaram | 2021-11-08 | 1 | -2/+5 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-07 | 1 | -2/+2 |
| | |||||
* | more tweaks to Readme | Kartik K. Agaram | 2021-11-07 | 1 | -22/+25 |
| |