mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 11:08:45 +03:00
309805f5e7
Complicated merge of Hoon 151. This commit is a major sequence point.
24 lines
485 B
Plaintext
24 lines
485 B
Plaintext
::
|
|
:::: /hoon/subdir/ls/gen
|
|
::
|
|
|%
|
|
++ subdir
|
|
|= {pax/path des/(map @t $~)}
|
|
^- tank
|
|
:+ %rose [" " `~]
|
|
%+ turn (sort (~(tap by des)) aor)
|
|
|= {kid/@ta $~}
|
|
=+ paf=`path`/[kid]
|
|
=- :+ %rose ["/" ~ ?:(dir "/" ~)]
|
|
(turn paf |=(a/span leaf+(trip a)))
|
|
|- ^- {dir/? paf/path}
|
|
=+ arf=;;(arch .^(%cy (weld pax paf)))
|
|
?^ fil.arf
|
|
[| paf]
|
|
?~ dir.arf
|
|
[& paf] :: !!
|
|
?. ?+({^ $~ $~} dir.arf)
|
|
[& paf]
|
|
$(paf (welp paf /[p.n.dir.arf]))
|
|
--
|