I want to ask is there any program that display hints to commands in terminal (like in background) not like tab?
Asked
Active
Viewed 326 times
1 Answers
0
The only reliable thing that I can think of is autosuggestions, which is used in kali-linux, that is based on commands you've typed before. However, Kali uses ZSH instead of BASH, which is a more complete and offers configurations than BASH shell does. You can read a related question here, or look for that information on the internet, Kali developers made that change in 2020.3 version.

Alejandro
- 390
-
If this was useful please consider tagging this answer as the solution, it will help the community and me, thanks. – Alejandro Dec 14 '22 at 10:38