cadejacobson / crush

Crush (AKA Cade's RUst SHell) is a rust implementation of a modern shell.
MIT License
0 stars 0 forks source link

Add tab completion #16

Open cadejacobson opened 6 months ago

cadejacobson commented 6 months ago

If time allows, add a way to do things like cat unsor, at which point we press tab, then it fills to cat unsorted.txt as this file was found in the directory.

cadejacobson commented 6 months ago

Some other considerations are when the file is in other directories, or when there are multiple files that match what is being entered.