Definitely doable with zsh plugins. There are some options for bash like this but ive never used them
linux4noobs
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
Tab completion is the thing on linux, you can probably get something similar with zsh and it's plugins, maybe with fish too.
I recommend starship in combination with fish
I've not encountered this for bash.
The usual recommendation is to use Ctrl+r and do lookups when you need them.
Auto-suggestions are built into the fish shell and easily added to zsh. I haven't explored beyond those in a long time.
I hesitate to recommend changing shells for a newbie, but plenty of distros are using alternatives out of the box (usually zsh).
The typical journey for a newbie power user is a switch to zsh and an installation of oh-my-zsh, and then you can install zsh-autosuggestions as a plugin.
I wouldn't recommend fish shell to you yet, but only because you're new enough on your journey to be copy-pasting and fish isn't posix compliant which could throw you off occasionally. (This will probably bait some fish fanatics).
As a fish fanatic, I agree completely.
Are you sure you cannot get used to the double-Tab?
It has everything you ask for and more; except for the visual in your screenshot.
If the answer really is No, you'll have to move away from bash for interactive shells.
Is Ctrl+R good enough for you? I use it all the time.
Use fish as your command line shell, it's doing exactly that and way more.
It's so intuitive and useful that I forgot that it was not part of the standard shell.

It... it never occurred to me to use a different shell. Hm. Maybe I should.
Installed. Thanks!
You could be a mad lad like me and run PowerShell on Linux and as long as you have the PSReadline module you'll get this autocomplete. As others mentioned fish is also a great shell and I think with oh-my-bash and oh-my-zsh bash and zsh can do this as well.
I don't know if it has it but Nushell might also have something similar and feel a bit more natural coming from pwsh.
tldr; You can stick with pwsh or have tons of alternative options!
