shelly (noun): A terminal based LLM client to help you in your terminal when you forget what that linux command was.

Shelly was inspired by this article and is built using cobra and viper, source code: github.com/vinaykulk621/shelly

Following is some of the ways that i think shelly can prove it’s usage


  1. Error analysis:
tail piserver.log | shelly "explain why did the server crash??"
  1. Linux commands:
docker ps -a | shelly "awk command to get first column here??"
  1. Build/Test failures:
go test ./... -v 2>&1 | shelly "how to fix this??"
  1. Commands:
shelly "command to delete all the txt files except requirement.txt, in cwd?"