Hey everyone! I recently wrote a small binary tool that calls an LLM to execute commands, designed to get various information on your computer (for when you're too lazy to remember the commands :-/)
e.g.
get "system info"
get "device ip address"
get "README.md in ~/Coding"
get "Latest version of get in
https://github.com/Water-Run/get/releases/tag/v1.0"
...
It also implements simple caching and other mechanisms. Please check the GitHub homepage for detailed usage. Hope it helps everyone! :)