Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 769 Bytes

File metadata and controls

39 lines (28 loc) · 769 Bytes

Shell Builder

Create your custom shell in a few seconds

Install SymbolicAI

$> pip install symbolicai

See more info at the original Repository.

Shell Builder commands

Installation

Use the builtin sympkg to install the package

$> sympkg i ExtensityAI/shellbuilder

Create an alias for the shellbuilder command

$> symrun c newshell ExtensityAI/shellbuilder

Usage:

Now simply call:

$> symrun newshell "<github_user>/<github_repo>" "<description_of_the_repo>"

Example:

$> symrun newshell "ExtensityAI/demoshell" "A demo shell style showing a lot of examples"

Edit

Go to the src/styles.py file and update the SHELL_CONTEXT file.