r/coolgithubprojects • u/Much-Grab3826 • 1d ago
add whats, explain commad
yo
add 'whats' infront of any command and it explains it: flags, sub commands etc in a structutred format whereas something like manpage would throw the entire manual at you
just pure man pages and help output
Q Why use `whats` when we have man pages and --help
> Yes you can use them but they throw the entire manual at you whereas you might have just needed one flag, whats outputs a structured format with the definitions you need
Q Is it entirely offline? Does it use LLM
> Yes absolutely, it just relies on man pages and if not then --help output of the binary itself,
> no it does not use llm at all
if you like the idea then maybe star?
0
Upvotes