aboutsummaryrefslogtreecommitdiffstats
path: root/src/run/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* source builtinJonas Maier2026-05-031-0/+13
|
* keybinds seem to work somewhatJonas Maier2026-05-031-5/+16
|
* complete keybind overhaul, not working, afraid to loose itJonas Maier2026-05-031-0/+18
|
* maybe soon better escape code parsingJonas Maier2026-04-211-0/+1
|
* reading rc fileJonas Maier2026-04-201-6/+14
|
* move ansi escape code parsing into own moduleJonas Maier2026-04-201-0/+2
|
* type builtin: tell the user that an alias is an aliasJonas Maier2026-04-171-1/+1
|
* aliasesJonas Maier2026-04-171-0/+60
|
* multiline inputJonas Maier2026-03-181-14/+1
|
* builtin to determine what completion would doJonas Maier2026-03-171-0/+1
|
* cargo clippyJonas Maier2026-03-151-4/+1
|
* variable commandJonas Maier2026-03-151-0/+1
|
* 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-101-12/+11
|
* 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
|
* 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
|
* null builtinJonas Maier2026-03-081-2/+1
|
* argument parsingJonas Maier2026-03-081-0/+2
|
* 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
|
* fix reloadingJonas Maier2026-03-071-1/+5
|
* parse builtin that emits compact astJonas Maier2026-03-071-0/+1
|
* some warnings goneJonas Maier2026-03-071-3/+11
|
* `cargo fix`Jonas Maier2026-03-071-1/+0
|
* compiles againJonas Maier2026-03-071-18/+20
|
* adjust builtins for new traitJonas Maier2026-03-071-7/+16
|
* builtin command to display escape charactersJonas Maier2026-03-061-0/+1
|
* 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
|
* history stubJonas Maier2026-03-061-0/+1
|
* better error messagesJonas Maier2026-03-051-56/+35
|
* clean up reload logicJonas Maier2026-03-051-5/+0
|