Skip to content

Commit

Permalink
Add keybase example justfile (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored Jun 10, 2020
1 parent 8e61776 commit 63f51b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/keybase.just
Original file line number Diff line number Diff line change
@@ -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}}"

0 comments on commit 63f51b5

Please sign in to comment.