TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
62 stars 82 forks source link

Add tab autocomplete feature #38

Closed N-Shar-ma closed 1 year ago

N-Shar-ma commented 1 year ago

To make the terminal UI behave even more like a terminal, I think providing functionality where on pressing tab after an incomplete command, it autocompletes it, would be great!

For example if a user types in proj and presses tab, it should update to project, after which the user can press Enter to execute the autocompleted command.

If this sounds good to you, I'd love to work on adding this!

TechSpiritSS commented 1 year ago

That's a great feature, go for this 👍