pipelines.ttyshot 152 B

1234
  1. ~> curl -sL api.github.com/repos/elves/elvish/issues |
  2. all (from-json) |
  3. each {|x| echo (exact-num $x[number]): $x[title] } |
  4. head -n 10