.gitattributes
.gitignore
HOW_TO_RELEASE
LICENSE
MANIFEST.in
README.md
readthedocs.yml
requirements.txt
setup.cfg
setup.py
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/pytest-minimal.yml
.github/workflows/pytest.yml
doc/conf.py
doc/index.rst
doc/installing.rst
doc/whats-new.rst
doc/_static/.gitignore
doc/_static/style.css
doc/_templates/layout.html
doc/api/call.rst
doc/api/env.rst
doc/api/file.rst
doc/api/log.rst
doc/api/manipulate.rst
doc/api/open.rst
doc/api/procs.rst
doc/api/search.rst
pshell/__init__.py
pshell/call.py
pshell/env.py
pshell/file.py
pshell/log.py
pshell/manipulate.py
pshell/open.py
pshell/procs.py
pshell/py.typed
pshell/search.py
pshell.egg-info/PKG-INFO
pshell.egg-info/SOURCES.txt
pshell.egg-info/dependency_links.txt
pshell.egg-info/not-zip-safe
pshell.egg-info/requires.txt
pshell.egg-info/top_level.txt
pshell/tests/__init__.py
pshell/tests/conftest.py
pshell/tests/test_call.py
pshell/tests/test_env.py
pshell/tests/test_file.py
pshell/tests/test_log.py
pshell/tests/test_manipulate.py
pshell/tests/test_open.py
pshell/tests/test_procs.py
pshell/tests/test_search.py
pshell/tests/data/exit1.bat
pshell/tests/data/hello.bat
pshell/tests/data/sleep20.bat
pshell/tests/data/sleep20.sh
pshell/tests/data/sleep20_sigterm_delay5.py
pshell/tests/data/sleep20_sigterm_ignore.py
pshell/tests/data/source.sh