aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Ctrl+Left and Ctrl+RightJonas Maier2026-03-071-2/+87
|
* end buttonJonas Maier2026-03-071-0/+6
|
* reorganize towards function executionJonas Maier2026-03-071-3/+2
|
* can declare but not yet use variablesJonas Maier2026-03-071-0/+3
|
* variable assignmentsJonas Maier2026-03-071-0/+3
|
* correct display of path if in rootJonas Maier2026-03-071-1/+1
|
* make modules public again to suppress all the unused warningsJonas Maier2026-03-071-10/+10
|
* `cargo fix`Jonas Maier2026-03-071-1/+1
|
* compiles againJonas Maier2026-03-071-2/+8
|
* delete useless continue statementsJonas Maier2026-03-061-3/+0
|
* Ctrl+A and Ctrl+E to move between the begin and end of lineJonas Maier2026-03-061-0/+23
|
* ctrl+c clears history visit valueJonas Maier2026-03-061-0/+1
|
* up & down arrowsJonas Maier2026-03-061-2/+36
|
* shell expansion somewhat working (?)Jonas Maier2026-03-061-1/+1
|
* partial shell string parserJonas Maier2026-03-061-8/+8
|
* start of historyJonas Maier2026-03-061-0/+1
|
* create config and data dirJonas Maier2026-03-061-0/+10
|
* fix middle of word deletionJonas Maier2026-03-061-5/+15
|
* support `cd -`Jonas Maier2026-03-061-0/+2
|
* completion somewhat worksJonas Maier2026-03-061-14/+26
|
* very buggy beginning of tab completionJonas Maier2026-03-051-5/+40
|
* basic path completionJonas Maier2026-03-051-0/+1
|
* clean up reload logicJonas Maier2026-03-051-36/+4
|
* lots of shenanigans to have proper execve reloadJonas Maier2026-03-051-1/+37
|
* delete button, and various fixesJonas Maier2026-03-051-8/+48
|
* prompt again displays after Ctrl+LJonas Maier2026-03-051-1/+4
|
* cwd in the promptJonas Maier2026-03-051-4/+42
|
* remove unused importsJonas Maier2026-03-051-1/+1
|
* better handling of builtinsJonas Maier2026-03-051-1/+4
|
* start of a nice architecture for builtins and path commandsJonas Maier2026-03-051-156/+37
|
* reloading, clearingJonas Maier2026-03-051-8/+20
|
* some more special key codesJonas Maier2026-03-051-0/+22
|
* comment to explainJonas Maier2026-03-051-1/+2
|
* panic catcherJonas Maier2026-03-051-8/+23
|
* allow editing of prev command with backspaceJonas Maier2026-03-051-1/+7
|
* reserve builtinsJonas Maier2026-03-051-0/+3
|
* pipes :)Jonas Maier2026-03-051-37/+94
|
* pipe continuationsJonas Maier2026-03-051-0/+10
|
* make modules pub such that there are no complaints about unused thingsJonas Maier2026-03-051-5/+5
|
* some parsing, also add panic that does not spillJonas Maier2026-03-051-0/+7
|
* restructureJonas Maier2026-03-051-96/+16
|
* begin of a parserJonas Maier2026-03-051-28/+14
|
* handle double spacesJonas Maier2026-03-051-1/+3
|
* no enter spam, proper exitJonas Maier2026-03-041-4/+9
|
* cdJonas Maier2026-03-041-24/+51
|
* lets you run commandsJonas Maier2026-03-041-10/+48
|
* arrow keysJonas Maier2026-03-041-9/+102
|
* initial commitJonas Maier2026-03-041-0/+100