Just ask the computer a question in your native language and get the result without using any shell commands. Additionally, you can quickly learn shell commands since they are displayed on the screen before execution.
Here is an extremely simple code because I like solving problems in the simplest possible ways.
install ollama
snap install ollama
pull model
ollama pull gemma3:4b
create models in dir from files
ollama create commander2 && ollama create commander_short
Set executable flag for script
chmod +x ai-shell.sh
./ai-shell.sh 'Show me files in folder by lines with description'