aboutsummaryrefslogtreecommitdiffstats
path: root/src/run
Commit message (Expand)AuthorAgeFilesLines
* clean upJonas Maier4 days1-10/+23
* special cased regex for performanceJonas Maier4 days2-6/+7
* better case_match commandJonas Maier8 days1-7/+13
* regex: parse lookahead and lookbehindJonas Maier8 days2-5/+11
* clippyJonas Maier9 days3-8/+8
* regex based case statementsJonas Maier10 days2-3/+35
* basic case statementJonas Maier10 days1-0/+18
* add logic to query cursor positionJonas Maier2026-05-241-6/+13
* terminal prompt from ps1 module nowJonas Maier2026-05-241-10/+4
* prompt evaluation in own moduleJonas Maier2026-05-231-0/+1
* allow registration of variable watchersJonas Maier2026-05-232-0/+122
* allow syntax highlighting to be enabled or disabledJonas Maier2026-05-231-11/+38
* customizable syntax highlightingJonas Maier2026-05-232-1/+49
* basic syntax highlightingJonas Maier2026-05-221-30/+31
* lenient block parsing for completionJonas Maier2026-05-221-6/+28
* if-statement parsing might now allow for completion within if-statementsJonas Maier2026-05-221-1/+1
* less ascii escaping if we are printing to stdout directlyJonas Maier2026-05-221-7/+8
* type builtin: displays alias definition nowJonas Maier2026-05-222-11/+26
* automatically set XDG_ variables for child processesJonas Maier2026-05-141-2/+17
* nicer pipe behaviorJonas Maier2026-05-141-0/+1
* clippyJonas Maier2026-05-122-23/+22
* prevent warnings in release buildJonas Maier2026-05-121-50/+59
* variable refactor: export builtinJonas Maier2026-05-123-7/+78
* variable refactor: completion also for magic varsJonas Maier2026-05-123-18/+82
* get rid of warnings, bump version to 0.6.4Jonas Maier2026-05-091-10/+2
* iconJonas Maier2026-05-092-1/+22
* more builtin variablesJonas Maier2026-05-091-0/+3
* can set custom prompt using the PROMPT variableJonas Maier2026-05-092-2/+11
* simple script file testJonas Maier2026-05-092-14/+27
* an option to delete keybinds without having them triggerJonas Maier2026-05-081-18/+43
* heredoc builtinJonas Maier2026-05-082-3/+27
* #16: add break and continue to loopsJonas Maier2026-05-082-3/+70
* while loopsJonas Maier2026-05-081-13/+53
* if statement parsingJonas Maier2026-05-081-1/+27
* source builtinJonas Maier2026-05-032-1/+39
* keybindsJonas Maier2026-05-031-4/+10
* command to dump keybindsJonas Maier2026-05-031-3/+26
* keybinds seem to work somewhatJonas Maier2026-05-032-24/+111
* complete keybind overhaul, not working, afraid to loose itJonas Maier2026-05-032-0/+143
* maybe soon better escape code parsingJonas Maier2026-04-212-0/+38
* reading rc fileJonas Maier2026-04-201-6/+14
* move ansi escape code parsing into own moduleJonas Maier2026-04-202-1/+28
* alias: parses more than the first word in each argumentJonas Maier2026-04-191-3/+3
* 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-172-0/+144
* multiline inputJonas Maier2026-03-181-14/+1
* builtin to determine what completion would doJonas Maier2026-03-172-0/+28
* cargo clippyJonas Maier2026-03-151-4/+1
* variable commandJonas Maier2026-03-152-0/+29