Releases: colltoaction/widip
Releases · colltoaction/widip
widip:0.0.2
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
pip install widip
python -m widip