LinuxCommandLibrary

psysh

psysh

TLDR

Open a shell in the current directory

$ psysh
copy


Open a shell in a specific directory
$ psysh --cwd [path/to/directory]
copy


Use a specific configuration file
$ psysh --config [path/to/file]
copy

Copied to clipboard