mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
a539d986a7
In favor of [type] syntax. Turns a bunch of ++ into +$ along the way.
23 lines
488 B
Plaintext
23 lines
488 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]))
|