- Posted on
- Featured Image
A hands-on guide to build ai-func, a small Bash tool that turns natural-language requests into safe, shellchecked Bash functions via an OpenAI-compatible API, installs them into ~/.bash_ai_functions, and auto-loads them in your shell. Covers setup (curl, jq, ShellCheck), configuration, generation, linting, iteration, practical examples (mkcd, px, git_graph, httpjson, dus), and version-controlling your helpers.