aboutsummaryrefslogtreecommitdiffstats
path: root/src/run
Commit message (Expand)AuthorAgeFilesLines
* 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
* proper blocksJonas Maier2026-03-141-8/+19
* start of better parsing for proper blocksJonas Maier2026-03-121-5/+5
* cancelable builtinsJonas Maier2026-03-111-42/+23
* first draft of cancellable builtins, kinda shitJonas Maier2026-03-111-96/+113
* can wait for threads & processes with a timeout nowJonas Maier2026-03-111-10/+31
* clippyJonas Maier2026-03-102-24/+21
* some clippy warningsJonas Maier2026-03-101-8/+8
* export fun concentrated in its own moduleJonas Maier2026-03-101-9/+1
* completion if there is variables in the to-be-completed stringJonas Maier2026-03-101-1/+19
* unused importJonas Maier2026-03-101-1/+0
* make null behave betterJonas Maier2026-03-101-1/+3
* rework command executorJonas Maier2026-03-101-155/+171
* variable default valueJonas Maier2026-03-091-2/+9
* export functions :))Jonas Maier2026-03-091-20/+105
* correct symlinkingJonas Maier2026-03-091-1/+16
* history :)Jonas Maier2026-03-081-34/+44
* warningsJonas Maier2026-03-081-0/+1
* add strict mode to historyJonas Maier2026-03-081-3/+20
* make type betterJonas Maier2026-03-081-12/+8
* null builtinJonas Maier2026-03-082-2/+18
* history with pathsJonas Maier2026-03-081-3/+22
* argument parsingJonas Maier2026-03-082-0/+50
* history with relative timeJonas Maier2026-03-071-8/+10
* functions!!Jonas Maier2026-03-071-6/+19