File: keybase.just

package info (click to toggle)
rust-just 1.43.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,140 kB
  • sloc: sh: 300; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
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}}"