aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* partial strings now get syntax highlighting tooJonas Maier2026-05-231-0/+4
* allow syntax highlighting to be enabled or disabledJonas Maier2026-05-233-12/+42
* customizable syntax highlightingJonas Maier2026-05-238-21/+215
* no more hello msgJonas Maier2026-05-221-1/+0
* syntax highlighting bug fixesJonas Maier2026-05-224-12/+53
* syntax highlighting fixesJonas Maier2026-05-222-7/+2
* basic syntax highlightingJonas Maier2026-05-228-200/+556
* lenient block parsing for completionJonas Maier2026-05-222-39/+80
* if-statement parsing might now allow for completion within if-statementsJonas Maier2026-05-222-23/+101
* less ascii escaping if we are printing to stdout directlyJonas Maier2026-05-222-10/+9
* type builtin: displays alias definition nowJonas Maier2026-05-223-12/+27
* automatically set XDG_ variables for child processesJonas Maier2026-05-142-5/+26
* nicer pipe behaviorJonas Maier2026-05-143-7/+19
* correct handling of XDG dirsJonas Maier2026-05-143-16/+44
* second enter keybindJonas Maier2026-05-121-0/+1
* clippyJonas Maier2026-05-126-45/+45
* prevent warnings in release buildJonas Maier2026-05-121-50/+59
* 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-092-12/+3
* iconJonas Maier2026-05-094-2/+71
* more builtin variablesJonas Maier2026-05-093-0/+7
* can set custom prompt using the PROMPT variableJonas Maier2026-05-094-48/+82
* fix semicolon parsingJonas Maier2026-05-091-0/+6
* simple script file testJonas Maier2026-05-094-493/+542
* parse testsJonas Maier2026-05-091-1/+72
* ctrl-backspace in alacrittyJonas Maier2026-05-091-0/+1
* 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
* 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
* 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-215-137/+332
* 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