Cveinnt / LiveTerm

💻 Build terminal styled websites in minutes!
https://liveterm.vercel.app
MIT License
4.67k stars 504 forks source link

Enhance tab completion. #38

Closed lwpie closed 1 year ago

lwpie commented 1 year ago
  1. Display the longest shared prefix and all corresponding commands if there's more than one match.
  2. Add the clear command into the tab completion list.
Zxilly commented 1 year ago

Maybe you should cherry-pick updates on src/utils/tabCompletion.ts to a new branch, and not submit changes about config.json?

lwpie commented 1 year ago

Maybe you should cherry-pick updates on src/utils/tabCompletion.ts to a new branch, and not submit changes about config.json?

Sorry for the mistake, I will fix this soon.