Skip to content

hk220/slack-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-notifier

標準入力の内容をslackに書き込むコマンドです。

使い方

例えば、現在の時間をslackの#randomチャネルにslack-notifierとして書き込む場合は以下のようにします。

# 設定ファイルを使わない場合
date | slack-notifier --token "xorb-XXXXXXX" --channel "#random" --username "slack-notifier"

# 設定ファイルを使う場合
date | slack-notifier

設定ファイルの例

token=""
username="slack-notifier"
channel="#random"

$HOME/.slack-notifier.tomlに作成してください。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages