aboutsummaryrefslogtreecommitdiffstats
path: root/src/run/builtin.rs
Commit message (Expand)AuthorAgeFilesLines
* lenient block parsing for completionJonas Maier2026-05-221-6/+28
* less ascii escaping if we are printing to stdout directlyJonas Maier2026-05-221-7/+8
* type builtin: displays alias definition nowJonas Maier2026-05-221-9/+19
* nicer pipe behaviorJonas Maier2026-05-141-0/+1
* clippyJonas Maier2026-05-121-19/+15
* prevent warnings in release buildJonas Maier2026-05-121-50/+59
* variable refactor: export builtinJonas Maier2026-05-121-1/+24
* variable refactor: completion also for magic varsJonas Maier2026-05-121-1/+1
* iconJonas Maier2026-05-091-1/+21
* can set custom prompt using the PROMPT variableJonas Maier2026-05-091-1/+4
* simple script file testJonas Maier2026-05-091-2/+2
* an option to delete keybinds without having them triggerJonas Maier2026-05-081-18/+43
* heredoc builtinJonas Maier2026-05-081-3/+26
* #16: add break and continue to loopsJonas Maier2026-05-081-0/+38
* source builtinJonas Maier2026-05-031-1/+26
* keybindsJonas Maier2026-05-031-4/+10
* command to dump keybindsJonas Maier2026-05-031-3/+26
* keybinds seem to work somewhatJonas Maier2026-05-031-19/+95
* complete keybind overhaul, not working, afraid to loose itJonas Maier2026-05-031-0/+125
* maybe soon better escape code parsingJonas Maier2026-04-211-0/+37
* move ansi escape code parsing into own moduleJonas Maier2026-04-201-1/+26
* 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-171-2/+9
* aliasesJonas Maier2026-04-171-0/+84
* builtin to determine what completion would doJonas Maier2026-03-171-0/+27
* variable commandJonas Maier2026-03-151-0/+28
* clippyJonas Maier2026-03-101-12/+10
* unused importJonas Maier2026-03-101-1/+0
* make null behave betterJonas Maier2026-03-101-1/+3
* 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-081-0/+17
* history with pathsJonas Maier2026-03-081-3/+22
* argument parsingJonas Maier2026-03-081-0/+48
* history with relative timeJonas Maier2026-03-071-8/+10
* 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-071-5/+8
* parse builtin that emits compact astJonas Maier2026-03-071-1/+33
* prevent reload crashJonas Maier2026-03-071-4/+5
* remove inaccurate commandJonas Maier2026-03-071-3/+0
* compiles againJonas Maier2026-03-071-1/+1
* adjust builtins for new traitJonas Maier2026-03-071-18/+65
* builtin command to display escape charactersJonas Maier2026-03-061-0/+20
* fix warnJonas Maier2026-03-061-1/+1
* history stubJonas Maier2026-03-061-0/+17