diff --git a/examples/keybase.just b/examples/keybase.just new file mode 100644 index 0000000..c82f9df --- /dev/null +++ b/examples/keybase.just @@ -0,0 +1,10 @@ +# use with https://github.com/casey/just + +# Be inspired to use just to notify a chat +# channel, this examples shows use with keybase +# since it - practically - authenticates at the +# device level and needs no additional secrets + +# notify update in keybase +notify m="": + keybase chat send --topic-type "chat" --channel "upd(): {{m}}"