mirror of
https://github.com/urbit/shrub.git
synced 2024-12-12 10:29:01 +03:00
18 lines
400 B
Plaintext
18 lines
400 B
Plaintext
/- gh
|
|
/+ gh-parse
|
|
|_ issues/(list issue:gh)
|
|
++ grab
|
|
|%
|
|
++ noun (list issue:gh)
|
|
--
|
|
++ grow
|
|
|%
|
|
++ json [%a (turn issues |=(issue:gh raw))]
|
|
++ mime [/txt/plain (taco (crip <issues>))]
|
|
++ txt =- ?~ - - ->
|
|
%+ roll (turn issues print-issue:gh-parse)
|
|
|= {a/wain b/wain}
|
|
:(welp b ~['----------------------------------------'] a)
|
|
--
|
|
--
|