LFG is a CLI tool using llama3 to help you find terminal commands
3 points
13 days ago
| 2 comments
| github.com
| HN
dothash
13 days ago
[-]
I created a terminal tool in Python to help me explain CLI commands based on the llama3 model using Grog. It works surprisingly well and has helped me do my work quicker than using Google/ChatGPT directly. Another note is that I did not like the GitHub Copilot due to the strange command syntax. Could of course create an alias here to simplify it.

Nothing special about the code. Quite straightforward. Feel free to modify it as you wish.

reply
sy2x
13 days ago
[-]
Looking into this!
reply