Skip to content

widip:0.0.2

Latest
Compare
Choose a tag to compare
@colltoaction colltoaction released this 30 Jun 22:01
· 3 commits to main since this release

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