MacOS Terminal autocompletion suggestion

macosterminal

I'm looking at a video and the Terminal in WebStorm looks like this

As you can see there is an autocompletion suggestion while he's writing the command. Any clue on how to get this feature?

Here's the video: Creating Demo APIs with json-server

To clarify: You see the red part is what the user typed and the gray is the suggestion. I would like to have the suggestion.

Best Answer

You can use the zsh shell with the zsh-autosuggestions plugin.

Related Question