Skip to content

Releases: colltoaction/mytilus

widip:0.0.2

Choose a tag to compare

@colltoaction colltoaction released this 30 Jun 22:01

Shell scripting like never before!

First write a script such as the example:

!cat examples/shell.yaml:
  ? !wc -c
  ? !grep grep: !wc -c
  ? !tail -2

Then run:

$ python -m widip examples/shell.yaml
73
23
  ? !grep grep: !wc -c
  ? !tail -2

widip:0.0.1

Choose a tag to compare

@colltoaction colltoaction released this 02 Jun 23:34
pip install widip
python -m widip