|
6 years ago | |
---|---|---|
psh | 6 years ago | |
test | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
example.typescript | 6 years ago | |
requirements.txt | 6 years ago | |
setup.py | 6 years ago |
Augmented Unix Userland shell inspired by Windows PowerShell, written in Python.
Preferably, you would use a separate virtual env
pip install -r requirements.txt
pip install -e . # installs the 'psh' package in editable mode
From Python shell:
from psh.run import main
main()
From Unix shell:
python -m psh.run
From Unix shell:
py.test