Shell Genie - Direct help for beginners

Moderator: BarryK

Post Reply
pamojja
Posts: 31
Joined: Thu Jul 20, 2023 11:34 am
Has thanked: 20 times
Been thanked: 1 time

Shell Genie - Direct help for beginners

Post 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.

User avatar
BarryK
Posts: 2694
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 132 times
Been thanked: 738 times

Re: Shell Genie - Direct help for beginners

Post 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.

Post Reply

Return to “EasyOS”