Add tab auto-completion functionality for terminal commands and file paths to improve user experience and productivity.
Currently, when typing commands or file paths in the terminal, there is no auto-completion support. Users must type the complete command or path manually.
Since file names cannot be copied(#24), they need to be typed manually. If they are very long, without tab completion, typing becomes very cumbersome.
Add tab auto-completion functionality for terminal commands and file paths to improve user experience and productivity.
Currently, when typing commands or file paths in the terminal, there is no auto-completion support. Users must type the complete command or path manually.
Since file names cannot be copied(#24), they need to be typed manually. If they are very long, without tab completion, typing becomes very cumbersome.