shell dot on steroids https://pagure.io/shellfu

args_pre.stdout 115B

1234567
  1. found = False
  2. for x in sequence:
  3. if pred(x.n):
  4. found = True
  5. if found:
  6. ...