Clipper - AI powered terminal assistant

Unleash the power of artificial intelligence to streamline your command line experience.

What is Clipper?
Clipper is an assistant for your terminal, using virtually any LLM provider to build and run commands for you. You just need to describe them in your everyday language, it will take care of the rest.
You have any questions on random topics in mind? You can also ask Clipper, and get the power of AI without leaving /home.
It is already aware of your:
- operating system & distribution
- username, shell & home directory
- preferred editor
And you can also give any supplementary preferences to fine tune your experience.
Documentation
A complete documentation is available at https://ilayaraja97.github.io/clipper/.
Quick start
macOS and Linux
curl -sS https://raw.githubusercontent.com/ilayaraja97/clipper/main/install.sh | bash
Windows (PowerShell)
powershell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-Expression (Invoke-WebRequest -UseBasicParsing https://raw.githubusercontent.com/ilayaraja97/clipper/main/install.ps1).Content"
This installs clipper.exe under %LOCALAPPDATA%\Programs\clipper and adds that folder to your user PATH.
See documentation for more information.