Builtin CommandsΒΆ
ShellP has several built-in commands:
cdChanges the current working directory. If no directory is specified, it defaults to your home directory
New in version 0.0.1.
exit- Exits ShellP
evalEvaluates a Python expression (must be in quotes)
New in version 0.1.0.
reloadReloads your user configuration file
New in version 0.1.0.