You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add command completion and clear screen functionality to terminal
- Introduced Ctrl+L key binding to clear the terminal screen.
- Added TAB key functionality for command completion, displaying possible completions based on user input.
- Implemented a getCompletions function to suggest commands and arguments dynamically.
- Enhanced user experience by allowing single and multiple command completions to be displayed in the terminal.
0 commit comments