mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +03:00
29 lines
1012 B
Plaintext
29 lines
1012 B
Plaintext
:: Print diagnostic information about desks.
|
|
::
|
|
:: Accepts an optional argument of a list of one or more desks, returns info
|
|
:: on all desks if no desks are specified.
|
|
::
|
|
:: Keyword arguments include =filt and =verb. =filt takes one of %running,
|
|
:: %suspended, %exists, %exists-not, or %blocking; =verb takes either & or |
|
|
::
|
|
:: If both a list of desks and a filter are provided, the output will include
|
|
:: the desks from the list that match the filter, with the exception of the
|
|
:: %blocking filter which always returns all desks that match.
|
|
::
|
|
/- *hood
|
|
:- %say
|
|
|= $: [now=@da * bec=beak]
|
|
deks=(list desk)
|
|
[filt=@tas verb=_|]
|
|
==
|
|
:- %tang ^- tang
|
|
?. &(=(~ deks) =(%$ filt))
|
|
(report-vats p.bec now deks filt verb)
|
|
%- zing
|
|
%+ turn
|
|
%+ sort
|
|
=/ sed .^((set desk) %cd /(scot %p p.bec)//(scot %da now))
|
|
(sort ~(tap in sed) |=([a=@ b=@] !(aor a b)))
|
|
|=([a=desk b=desk] ?|(=(a %kids) =(b %base)))
|
|
|=(syd=desk (report-vat (report-prep p.bec now) p.bec now syd verb))
|