about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* bring back commandline argsKartik K. Agaram2021-12-111-1/+18
* snapshot: migrate all sample apps to new formatKartik K. Agaram2021-12-118-1215/+1027
* snapshot: writing working?Kartik K. Agaram2021-12-113-45/+112
* snapshot: key/value lines after multiline stringsKartik K. Agaram2021-12-112-29/+44
* snapshot: start reading a new formatKartik K. Agaram2021-12-114-27/+119
* clearer description of editing experienceKartik K. Agaram2021-12-104-4/+12
* commentKartik K. Agaram2021-12-081-0/+2
* minor colorscheme tweakKartik K. Agaram2021-12-081-1/+1
* display line numbersKartik K. Agaram2021-12-081-12/+29
* fix a use-after-freeKartik K. Agaram2021-12-081-2/+2
* couple more primitives after Advent day 8Kartik K. Agaram2021-12-081-0/+22
* .Kartik K. Agaram2021-12-072-3/+3
* make it easy to print arrays:Kartik K. Agaram2021-12-071-0/+11
* new primitive: array appendKartik K. Agaram2021-12-071-3/+9
* new primitive: string splitKartik K. Agaram2021-12-071-0/+13
* cleanerKartik K. Agaram2021-12-071-2/+2
* slightly improve experience on Konrad Hinsen's bugKartik K. Agaram2021-12-071-1/+1
* map/reduce/filter helpersKartik K. Agaram2021-12-061-0/+44
* fix colors in startup errorsKartik K. Agaram2021-12-061-0/+1
* slightly more obvious menu copyKartik K. Agaram2021-12-063-9/+44
* improve backspace copyKartik K. Agaram2021-12-061-2/+2
* tweak solarized-esque schemeKartik K. Agaram2021-12-061-1/+1
* more configurable colorsKartik K. Agaram2021-12-067-33/+140
* grey rather than harsh white backgroundKartik K. Agaram2021-12-042-6/+7
* clearer usage messageKartik K. Agaram2021-12-041-1/+1
* start showing call stack on errorsKartik K. Agaram2021-12-047-47/+69
* another fix for colorsKartik K. Agaram2021-12-031-2/+2
* elaborate a little more on install instructionsKartik K. Agaram2021-12-032-3/+29
* support the comment/uncomment hotkey on MacsKartik K. Agaram2021-12-032-2/+3
* less ambiguous menusKartik K. Agaram2021-12-032-9/+9
* get rid of `Esc` hotkeyKartik K. Agaram2021-12-033-10/+9
* typosKartik K. Agaram2021-12-031-3/+3
* experimenting with different keysKartik K. Agaram2021-12-031-0/+2
* stop showing frequent save messagesKartik K. Agaram2021-12-031-1/+1
* show ^h in a couple more menusKartik K. Agaram2021-12-031-0/+2
* improve support for backspaceKartik K. Agaram2021-12-034-19/+24
* error message when no app is providedKartik K. Agaram2021-12-031-194/+6
* .Kartik K. Agaram2021-12-031-2/+3
* describe the manual process to obtain a dark bgKartik K. Agaram2021-12-031-0/+8
* legible colors across all terminal configurationsKartik K. Agaram2021-12-031-1/+1
* show state of screen on runtime errorKartik K. Agaram2021-12-031-0/+7
* .Kartik K. Agaram2021-12-031-1/+1
* extract a helperKartik K. Agaram2021-12-031-18/+32
* more speculatively efficient advent.tlvKartik K. Agaram2021-12-021-6/+3
* fix a slight portability issue, maybeKartik K. Agaram2021-12-021-1/+1
* stop inserting ctrl- keys into programsKartik K. Agaram2021-11-301-4/+2
* fix advent.tlvKartik K. Agaram2021-11-301-2/+2
* some little shortcuts for Advent of CodeKartik K. Agaram2021-11-301-0/+159
* better cross-platform backspace supportKartik K. Agaram2021-11-302-4/+10
* kilo bugfix: syntax highlight final word in lineKartik K. Agaram2021-11-291-1/+1