aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 0.6.5Jonas Maier2026-05-122-2/+2
* variable refactor: export builtinJonas Maier2026-05-124-8/+79
* variable refactor: completion also for magic varsJonas Maier2026-05-125-25/+91
* get rid of warnings, bump version to 0.6.4Jonas Maier2026-05-094-14/+5
* iconJonas Maier2026-05-094-2/+71
* 0.6.3Jonas Maier2026-05-092-2/+2
* more builtin variablesJonas Maier2026-05-094-0/+48
* can set custom prompt using the PROMPT variableJonas Maier2026-05-094-48/+82
* fix semicolon parsingJonas Maier2026-05-093-2/+14
* ensure generated code is not dependent on arbitrary fs orderJonas Maier2026-05-091-2/+1
* semicolon testJonas Maier2026-05-093-0/+7
* another test caseJonas Maier2026-05-093-0/+9
* simple script file testJonas Maier2026-05-099-493/+596
* parse testsJonas Maier2026-05-091-1/+72
* ctrl-backspace in alacrittyJonas Maier2026-05-091-0/+1
* 0.6.2Jonas Maier2026-05-092-2/+2
* fix keybindJonas Maier2026-05-091-1/+1
* an option to delete keybinds without having them triggerJonas Maier2026-05-081-18/+43
* heredoc builtinJonas Maier2026-05-082-3/+27
* ctrl-backspaceJonas Maier2026-05-081-1/+15
* #16: add break and continue to loopsJonas Maier2026-05-082-3/+70
* 0.6.1Jonas Maier2026-05-082-2/+2
* while loopsJonas Maier2026-05-083-15/+103
* if parse testJonas Maier2026-05-082-2/+32
* if statement parsingJonas Maier2026-05-083-6/+134
* more escapingJonas Maier2026-05-041-1/+4
* escape testJonas Maier2026-05-042-3/+117
* completion now should not introduce strings that do not parse as stringsJonas Maier2026-05-043-29/+124
* v0.6.0: custom keybinds, source & exit & ct builtinJonas Maier2026-05-032-2/+2
* source builtinJonas Maier2026-05-033-29/+40
* default profileJonas Maier2026-05-031-0/+21
* no more constant memory leak due to escape parsingJonas Maier2026-05-031-111/+13
* keybindsJonas Maier2026-05-032-99/+47
* command to dump keybindsJonas Maier2026-05-031-3/+26
* keybinds seem to work somewhatJonas Maier2026-05-034-77/+135
* complete keybind overhaul, not working, afraid to loose itJonas Maier2026-05-035-112/+386
* maybe soon better escape code parsingJonas Maier2026-04-217-137/+363
* bump version to allow installing a new versionJonas Maier2026-04-212-2/+2
* fix warningJonas Maier2026-04-211-1/+1
* reading rc fileJonas Maier2026-04-204-13/+84
* minor stuffJonas Maier2026-04-201-5/+7
* move ansi escape code parsing into own moduleJonas Maier2026-04-204-165/+214
* ctrl+deleteJonas Maier2026-04-201-2/+36
* alias: parses more than the first word in each argumentJonas Maier2026-04-192-4/+24
* add todoJonas Maier2026-04-171-0/+1
* type builtin: tell the user that an alias is an aliasJonas Maier2026-04-172-3/+10
* aliasesJonas Maier2026-04-174-5/+188
* document that /etc/shells needs to be modifiedJonas Maier2026-04-171-0/+16
* maybe more useful logging if history db cannot be openedJonas Maier2026-04-171-1/+4
* history creates directory on setupJonas Maier2026-04-171-0/+1