Metadata-Version: 2.1
Name: cli-assistant
Version: 0.0.6
Summary: guide you with terminal and git commands
Home-page: https://github.com/willsketch/Helper
Author: william mwine
Author-email: williammwine219@gmail.com
License: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE.txt

Helper
------

| This is a simple cli tool to help you with your linux and git commands
| (**still in progress …**) ## About Helper Helper was built with openai
  api using the model ‘davinci’ prompt is designed with examples (to be
  found in examples.txt) of git commands and more will be added. As for
  the command line , argparse was used

Usage
-----

To use Helper , you will need openai api key. Follow these steps to
generate the api key or visit this
`article <https://elephas.app/blog/how-to-create-openai-api-keys-cl5c4f21d281431po7k8fgyol0>`__
for more details. \* step1: signup
`here <https://beta.openai.com/signup>`__ and create an openai account
\* step2: go to openai api key page
`link <https://beta.openai.com/account/api-keys>`__ \* step3 : click
“Create new secret key”

Now that you have your api key, run the following command in your
terminal

::

   export OPENAI_API_KEY="your_OPENAI_API_KEY"

You’re ready to use helper in your terminal. Here is an example of how
helper can be used.

::

   helper "Linux command for  ip address"

the output to the command above is :

::

   output:ip addr
