Builtin CommandsΒΆ

ShellP has several built-in commands:

cd

Changes the current working directory. If no directory is specified, it defaults to your home directory

New in version 0.0.1.

exit
Exits ShellP
eval

Evaluates a Python expression (must be in quotes)

New in version 0.1.0.

reload

Reloads your user configuration file

New in version 0.1.0.