Using x-cmd with Bash in WSL2, how to make auto-suggestion and auto-completion? #72
-
Is it necessary to use Zsh instead of Bash, and load the zsh-plugin to make auto-suggestion and auto-completion? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It depends on how much you rely on the auto-suggestion feature. x-cmd provides auto-completion functionality in both Bash and Zsh.
|
Beta Was this translation helpful? Give feedback.
-
The enhanced experience brought by zsh-autosuggestions can be partially achieved with fzf. -- fzf 1min guide
![]() |
Beta Was this translation helpful? Give feedback.
Press the tab key after entering part of the command
For example, type
x theme up
and then press the Tab keyexport ___X_CMD_HELP_LANGUAGE=cn
sets the natural language used for completion suggestions