aboutsummaryrefslogtreecommitdiffstats
path: root/src/run
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* make execution sanerJonas Maier2026-03-071-25/+35
|
* psimplified pipeline executorJonas Maier2026-03-071-71/+30
|
* remove warningJonas Maier2026-03-071-2/+2
|
* reorganize towards function executionJonas Maier2026-03-071-26/+24
|
* can read cli argsJonas Maier2026-03-071-1/+17
|
* can declare but not yet use variablesJonas Maier2026-03-071-1/+2
|
* variable assignmentsJonas Maier2026-03-071-15/+32
|
* exit codes for source and sink commandsJonas Maier2026-03-071-4/+2
|
* proper cdJonas Maier2026-03-071-7/+17
|
* make parse builtin more usefulJonas Maier2026-03-071-4/+2
|
* fix reloadingJonas Maier2026-03-072-6/+13
|
* parse builtin that emits compact astJonas Maier2026-03-072-1/+34
|
* some warnings goneJonas Maier2026-03-071-3/+11
|
* `cargo fix`Jonas Maier2026-03-071-1/+0
|
* prevent reload crashJonas Maier2026-03-071-4/+5
|
* remove inaccurate commandJonas Maier2026-03-071-3/+0
|
* compiles againJonas Maier2026-03-072-19/+21
|
* adjust builtins for new traitJonas Maier2026-03-072-25/+81
|
* builtin command to display escape charactersJonas Maier2026-03-062-0/+21
|
* remove warningJonas Maier2026-03-061-1/+1
|
* make shell tell you which variable is unboundJonas Maier2026-03-061-3/+5
|
* strip last newlineJonas Maier2026-03-061-7/+5
|
* shell expansion somewhat working (?)Jonas Maier2026-03-061-17/+44
|
* shell expansionJonas Maier2026-03-061-108/+188
|
* fix warnJonas Maier2026-03-061-1/+1
|
* history stubJonas Maier2026-03-062-0/+18
|
* support `cd -`Jonas Maier2026-03-061-7/+21
|
* reload now works when you changed directoryJonas Maier2026-03-051-7/+2
|
* better error messagesJonas Maier2026-03-051-56/+35
|
* clean up reload logicJonas Maier2026-03-052-12/+1
|
* lots of shenanigans to have proper execve reloadJonas Maier2026-03-052-3/+12
|
* simplifyJonas Maier2026-03-051-3/+1
|
* fix unsafety in command executionJonas Maier2026-03-051-8/+8
|
* "re" builtin only reloads if build succeedsJonas Maier2026-03-051-3/+9
|
* cwd in the promptJonas Maier2026-03-051-2/+2
|
* more builtinsJonas Maier2026-03-052-1/+22
|
* started "type" builtin, realized there is not enough context availableJonas Maier2026-03-051-0/+21
|
* remove unused importsJonas Maier2026-03-051-1/+0
|
* from command and a few cosmetic changesJonas Maier2026-03-052-9/+36
|
* file sinksJonas Maier2026-03-052-2/+39
|
* better handling of builtinsJonas Maier2026-03-051-89/+134
|
* split into builtinsJonas Maier2026-03-052-40/+61
|
* start of a nice architecture for builtins and path commandsJonas Maier2026-03-052-0/+216