So this might be wierd question but is there anyway to get the synomposis of a command in the terminal?
what I mean by this is that if I write for example find
I would like the terminal to write out the Synopsis part of the man
page for find
. I ofcourse don't want it to simply type everything in, but rather have a "grayed out" suggestion for what to write.
I think this would be extremely helpful for when you forget a specific command and don't want to simple go to the man page.
The redis-cli
seems to do something like this...
The main part here is that I want it to be inline, i. e. like redis-cli
: