Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 425 Bytes

Oddish

oddish

Oddish is a simple rust program that check your github actions and run a command every time an actions change state


Create an .oddish.toml file in your root

every = 5 #seconds
command = "terminal-notifier -message '{message}' -title 'Oddish'"

[services.github]
token = "xxxxx"
username = "edelprino"
repositories = ["edelprino/oddish"]