Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

alefnula/tsh

Repository files navigation

tee-shell

Tee shell is a set of utilities for running other applications.

It enables you to run shell commands in various modes and has an api for fine tuning your running processes.

Usage

>>> import tsh
>>> ls = tsh.Command("ls")
>>> ls = ls.bake("-1")
>>> process = ls("tsh")
>>> process.wait()
True
>>> print(process.read())
__init__.py
__pycache__
command.py
consts.py
contexts.py
decorators.py
errors.py
process.py
shell.py
types.py

About

tee shell - run shell commands as python functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published