Arrexel / phpbash

A semi-interactive PHP shell compressed into a single file.
Apache License 2.0
868 stars 195 forks source link

Partial Tab Completion - Current Directory #17

Closed TerminalFi closed 6 years ago

TerminalFi commented 6 years ago

Hello, Feature Enhancement with ehh 20 lines of code or less.

Tab completion for the currently directory.

Upon issuing the cd command execute a ls -a command a populate a var currentDirListing = [] array with entire folder contents. Capture tab key and cycle through the files.

Rinse and repeat.

If I finish my college test prior to hearing back. I'll submit a PR

Arrexel commented 6 years ago

Sorry I've had a busy week! It's on my to-do list unless you want to submit a PR