mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
21 lines
765 B
Plaintext
21 lines
765 B
Plaintext
:: story: Create a story file for a given desk, optionally overwriting
|
|
::
|
|
::::
|
|
::
|
|
/- *story
|
|
:- %say
|
|
|= $: [now=@da eny=@uvJ bec=beak]
|
|
[[~] =desk overwrite=_| ~]
|
|
==
|
|
=/ our p.bec
|
|
=? desk =(*^desk desk) q.bec :: use current desk if user didn't provide
|
|
?: !(~(has in .^((set ^desk) %cd /(scot %p our)/$/(scot %da now))) desk)
|
|
helm-pass+[%d %flog %text "Error: desk {<desk>} does not exist."]
|
|
=/ existing-story .^(? %cu /(scot %p our)/[desk]/(scot %da now)/story)
|
|
?: ?&(existing-story !overwrite)
|
|
:- %helm-pass
|
|
[%d %flog %text "Error: /{(trip (slav %tas desk))}/story already exists. To forcibly overwrite, use `=overwrite %.y`"]
|
|
=| tale=story
|
|
:- %helm-pass
|
|
[%c [%info desk %& [/story %ins story+!>(tale)]~]]
|