ladybird/Userland
Damien Firmenich 31ca48ebb2 Shell: Complete for current path when the text is empty
For example, when typing `cd <tab>`, the shell will show a list of
files in the current directory. This behavior is similar to typing `cd
./<tab>`.

It makes it easier to `cd` into directories without having to list them
first.
2022-04-15 13:08:41 +04:30
..
Applets LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Applications PixelPaint: Add exporting to the QOI image format 2022-04-13 15:21:27 +01:00
Demos LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
DevTools HackStudio: Remember if the user wants to see dotfiles between sessions 2022-04-15 00:15:04 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Pong: Explicitly clear held keys in Game::reset() 2022-04-15 00:13:09 +02:00
Libraries LibGUI: Don't try to get link target value if read_link failed 2022-04-14 23:44:09 +02:00
Services TelnetServer: Ignore null and \n when parsing 2022-04-14 16:12:16 +02:00
Shell Shell: Complete for current path when the text is empty 2022-04-15 13:08:41 +04:30
Utilities AK: Differ between long and long long formats 2022-04-14 03:12:56 +04:30
CMakeLists.txt