HeyPuter / phoenix

🔥 Puter's pure-javascript shell
https://puter.com/app/terminal
GNU Affero General Public License v3.0
87 stars 15 forks source link

Add completers for command names and options #64

Closed AtkinsSJ closed 3 months ago

AtkinsSJ commented 3 months ago

Resolves #63.

I kept instinctively pressing tab to complete command names while testing, so let's make that work! While doing so, I realised we have option information available, so we can make those tab-completable too. Both only work for builtins right now.