Add keybase example justfile (#640)

This commit is contained in:
David Arnold 2020-06-10 01:05:35 -05:00 committed by GitHub
parent 8e6177601c
commit 63f51b5b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
examples/keybase.just Normal file
View file

@ -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 <channel> <team> "upd(<repo>): {{m}}"