Made my own AI powered python based shell using Sarvam ai.
Here are its capabilities and features,
-You can type out a command in plain English and the AI will translate that into actual commands... For ex: '--command: list all the files here ' outputs 'dir' on Windows and 'ls' on Linux, the shell asks for confirmation and can be run or aborted.
-All Linux commands natively (pipes, redirects, background jobs, wildcards, scripts
- everything bash supports) -Tab autocomplete from history
-Ctrl+R reverse history search
-Command history saved across sessions
-AI safety net
-Dangerous commands ask y/N, typos get corrected, if Sarvam is down it never blocks you
-Chat mode with session memory (i wanna talk with you)
-TTS via Sarvam Bulbul v3 with 40+ voices, auto falls back to pyttsx3 offline
-8 colour themes — default, red, blue, pink, gold, purple, matrix, ocean
-Multi-language AI responses — Hindi, Tamil, Telugu and more -50 fortunes — terminal wisdom, philosophy, Bhagavad Gita, Gandhi, Vivekananda
-30+ easter eggs -Flags: --help --version --tts --no-ai --lang=X --colour=red or --colour=blue
Check out the the Github page for source code and more... github.com/Crutched-programmer/Sashell
*I have made a lot of changes so the version you may see in Github may be different from what is here.