ladybird/Shell
Shannon Booth d0629d0a8c Shell: More general tilde expansion
Now expanding a tilde isn't hardcoded to just work for `cd`. It is instead
expanded while processing shell arguments. Autocompletion still doesn't
work, but this is definitely an improvement over the last iteration.
2020-03-22 01:15:33 +01:00
..
GlobalState.h Shell: Implement a "cd history" (cdh) builtin 2020-03-09 19:35:36 +01:00
LineEditor.cpp AK: Make quick_sort() a little more ergonomic 2020-03-03 16:02:58 +01:00
LineEditor.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
main.cpp Shell: More general tilde expansion 2020-03-22 01:15:33 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
Parser.cpp Shell: Allow empty tokens if enclosed in single or double quotes 2020-01-25 12:16:45 +01:00
Parser.h Shell: Allow empty tokens if enclosed in single or double quotes 2020-01-25 12:16:45 +01:00