DEV Community

Cover image for I made wut – a CLI that explains your last command with an LLM
Jonathan Shobrook
Jonathan Shobrook

Posted on

I made wut – a CLI that explains your last command with an LLM

Check it out: https://github.com/shobrook/wut

Just type wut and an LLM of your choice will explain whatever's in your terminal. You'll be surprised how useful this is. I use it mainly to understand and debug stack traces, but there are a bunch of other use cases too, like deciphering error codes, correcting invalid commands, summarizing logs, etc. Hopefully y'all find it as helpful as I do!

Top comments (0)