Skip to content

Releases: colltoaction/widip

widip:0.0.2

30 Jun 22:01
Compare
Choose a tag to compare

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

02 Jun 23:34
Compare
Choose a tag to compare
pip install widip
python -m widip