aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* automatically applies longest shared prefix of suggestionsJonas Maier2026-03-101-1/+22
|
* sorted completionJonas Maier2026-03-101-1/+3
|
* command-name completion based on PATHJonas Maier2026-03-101-0/+5
|
* command completion (only builtins and user-defined funs for now)Jonas Maier2026-03-101-1/+3
|
* variable completionJonas Maier2026-03-101-25/+27
|
* allow completion in the middle of the promptJonas Maier2026-03-101-1/+1
|
* defer macroJonas Maier2026-03-101-1/+5
|
* completion if there is variables in the to-be-completed stringJonas Maier2026-03-101-5/+5
|
* export fun clientJonas Maier2026-03-091-0/+1
|
* correct symlinkingJonas Maier2026-03-091-5/+5
|
* basic setup for unix socket commsJonas Maier2026-03-091-4/+15
|
* history :)Jonas Maier2026-03-081-1/+0
|
* persistent historyJonas Maier2026-03-081-23/+6
|
* history with pathsJonas Maier2026-03-081-0/+8
|
* history with relative timeJonas Maier2026-03-071-5/+21
|
* 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
|