gretagen/humanshell
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
HUMANSHELL : The Linux shell that actually understands human language and actually makes you able to literally talk to shell. How do I install this properly? clone this repository, cd to humanshell and run the install.sh script, very simple (you already did that probably) you might need pipx for this or something the install already installs the python dependencies for you. This is powered with mistral AI to interpret the words you're typing. What does this mean? It means that to make it work , you have to import a mistral API key into an .env file. the installer script creates a directory located in your .config called "humanshell" (full path ~/.config/humanshell). Inside this directory is an .env file (if it's hidden just do ctrl + h on your keyboard in your file manager) what should do is modify it and add the following lines MISTRAL_API_KEY=[put your api key here] Mistral gives away their API keys for free, just create an account, get one and import it there when you're done, you can enjoy humanshell! -- Gretagen ZETA