From 63f51b5b48d6da3c19b92c5b1f73caac0182878e Mon Sep 17 00:00:00 2001 From: David Arnold Date: Wed, 10 Jun 2020 01:05:35 -0500 Subject: [PATCH] Add keybase example justfile (#640) --- examples/keybase.just | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/keybase.just 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}}"