Is there an easy way to filter all terminal commands that contain a --help flag?
Is there an easy way to filter all terminal commands that contain a --help flag?
Or is there maybe a way to set the pager for all help related queries to some command? I'm using bat and would like to pipe all --help through | bat --language=help
by default for the syntax highlighting and colored output... Or if you know a lower effort way to color the output of --help let me know.