Created
March 3, 2026 17:15
-
-
Save angelo-v/8d418ec92821d48dff8315f186a639ed to your computer and use it in GitHub Desktop.
Shell alias that uses local llm to find a shell command for a given task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias helpme='f() { printf "%s\n" "$*" | ollama run qwen2.5-coder "output as shell command with a one-line description"; }; f' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage: