urbit/pkg/arvo/gen/story-list.hoon

23 lines
804 B
Plaintext
Raw Normal View History

:: story: List unordered commit messages for the given desk, including orphans
2021-11-26 01:02:29 +03:00
::
::::
::
2022-01-30 23:58:35 +03:00
/- *story
2021-11-26 01:02:29 +03:00
:- %say
|= $: [now=@da eny=@uvJ bec=beak]
[[~] =desk ~]
2021-11-26 01:02:29 +03:00
==
=/ our p.bec
=? desk =(*^desk desk) q.bec :: use current desk if user didn't provide
=/ cas r.bec :: use case from beak
=/ pax /(scot %p our)/[desk]/(scot cas)/story
?: !(~(has in .^((set ^desk) %cd /(scot %p our)/$/(scot %da now))) desk)
tang+[leaf+"Error: desk {<desk>} does not exist." ~]
?: !.^(? %cu pax)
tang+['Error: No story file found. Please use |story-init to create one.' ~]
=/ story-to-txt
.^($-(story wain) %cf /(scot %p our)/[desk]/(scot cas)/story/txt)
::
=/ tale .^(story %cx pax)
=/ tale-text (story-to-txt tale)
tang+tale-text