Page 1 of 1

Shell Genie - Direct help for beginners

Posted: Wed Sep 06, 2023 11:35 am
by pamojja

But what about the machine? Especially the AI-powered machine?

The tool I am using is called Shell Genie. It is a command-line tool that lets you interact with the terminal in plain English.

It can generate commands, run the commands (if you want to), and it can also explain the generated commands to you.

  • Convert plain English to Linux Commands.

  • Provides an openAI gpt3 backend that requires an API key from openAI and a free-genie backend that is free to use.

  • Prompt with an option to run the command you asked for.

  • Explains the generated commands.

https://itsfoss.com/linux-terminal-ai/

Could it work with its dependencies on EasyOS?

In order to install, you need to have Python 3.10+ and Pip installed. You can refer to our article on how to install pip in Ubuntu and other Linux distributions.


Re: Shell Genie - Direct help for beginners

Posted: Thu Sep 07, 2023 1:34 am
by BarryK

Easy 5.4.10 has python 3.10.9 and also pip -- the executable is named 'pip3'

You can find list of installed packages in /root/.packages/woof-installed-packages and those in the "devx" sfs in /root/.packages/devx-only-installed-packages

The "devx" sfs has the full python3 and 'python3-pip' package.