A shell plugin that uses an llm to convert natural language or pseudo-code into actual shell commands. It is not just an llm client, but integrates into the shell for convenience and speed.
Put the shellmind.fish file from this repo into .config/fish/functions/. You may edit that file for some optional configuration options.
Put the shellmind.bash file from this repo into a directory of your choice. You may edit that file for some optional configuration options.
Put the shellmind.zsh file from this repo into a directory of your choice. You may edit that file for some optional configuration options.