mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
23 lines
492 B
Plaintext
23 lines
492 B
Plaintext
:: Display directory contents
|
|
::
|
|
:::: /hoon/show-dir/lib
|
|
::
|
|
/? 310
|
|
|= {vane/?($g $c) pax/path des/(map @t $~)}
|
|
^- tank
|
|
:+ %rose [" " `~]
|
|
%+ turn (sort ~(tap by des) aor)
|
|
|= {kid/@ta $~}
|
|
=+ paf=`path`/[kid]
|
|
=- :+ %rose ["/" ~ ?:(dir "/" ~)]
|
|
(turn paf |=(a/knot leaf+(trip a)))
|
|
|- ^- {dir/? paf/path}
|
|
=+ arf=.^(arch (cat 3 vane %y) (weld pax paf))
|
|
?^ fil.arf
|
|
[| paf]
|
|
?~ dir.arf
|
|
[& paf] :: !!
|
|
?. ?=({^ $~ $~} dir.arf)
|
|
[& paf]
|
|
$(paf (welp paf /[p.n.dir.arf]))
|