aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctrl+deleteJonas Maier2026-04-201-2/+36
* alias: parses more than the first word in each argumentJonas Maier2026-04-192-4/+24
* 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-174-5/+188
* maybe more useful logging if history db cannot be openedJonas Maier2026-04-171-1/+4
* history creates directory on setupJonas Maier2026-04-171-0/+1
* make test clearerJonas Maier2026-03-181-2/+2
* backslash to put command on multiple linesJonas Maier2026-03-182-11/+27
* multiline inputJonas Maier2026-03-182-16/+17
* slightly cleaner parsingJonas Maier2026-03-182-80/+86
* parsing works againJonas Maier2026-03-182-113/+105
* new string delimiter parsingJonas Maier2026-03-181-0/+134
* test for multiline strings + custom multiline string delimitersJonas Maier2026-03-181-0/+55
* warningsJonas Maier2026-03-173-10/+3
* better parsingJonas Maier2026-03-172-40/+100
* implement some parse testJonas Maier2026-03-171-1/+18
* completion when using path in place of commandJonas Maier2026-03-172-5/+27
* builtin to determine what completion would doJonas Maier2026-03-173-0/+29
* refactor completion logicJonas Maier2026-03-172-53/+71
* semicolon parse testJonas Maier2026-03-151-2/+8
* fix test compilationJonas Maier2026-03-151-1/+1
* cargo clippyJonas Maier2026-03-154-24/+16
* warningsJonas Maier2026-03-151-1/+1
* redefining functions without cli errorJonas Maier2026-03-151-1/+7
* variable commandJonas Maier2026-03-152-0/+29
* proper blocksJonas Maier2026-03-143-18/+109
* start of better parsing for proper blocksJonas Maier2026-03-123-19/+60
* add tests for upcoming syntaxJonas Maier2026-03-121-0/+33
* increase timeout since poll is fast anywaysJonas Maier2026-03-111-1/+1
* cancelable builtinsJonas Maier2026-03-114-61/+38
* first draft of cancellable builtins, kinda shitJonas Maier2026-03-115-100/+352
* can wait for threads & processes with a timeout nowJonas Maier2026-03-116-10/+237
* another tilde testJonas Maier2026-03-101-0/+13
* better tilde parsingJonas Maier2026-03-102-2/+39
* explicit & implicit socket authenticationJonas Maier2026-03-102-20/+95
* clippyJonas Maier2026-03-1011-67/+58
* some clippy warningsJonas Maier2026-03-102-17/+22
* fix warningJonas Maier2026-03-101-1/+0
* fix longest-prefix-search algoJonas Maier2026-03-101-1/+1
* reprint prompt below completion optionsJonas Maier2026-03-101-4/+1
* automatically applies longest shared prefix of suggestionsJonas Maier2026-03-101-1/+22
* sorted completionJonas Maier2026-03-102-2/+9
* command-name completion based on PATHJonas Maier2026-03-102-1/+38
* command completion (only builtins and user-defined funs for now)Jonas Maier2026-03-102-1/+22
* completion in command interpolationJonas Maier2026-03-101-7/+33