Bump up version number.
Add the CHANGES file.
Fix typo.
This package provides commands that post messages that start work and end work to a specific slack channel.
Emacs 27+
(add-to-list 'load-path "/path/to/kintai-el")
(require 'kintai)
Or else.
M-x customize-group RET kintai RET
The message to post when starting work.
default value: :house:
The message to post when ending work.
default value: :end:
The Slack channel to post to.
default value: #kintai
The token that starts with xoxc-
.
(setq kintai-slack-xoxc-token "xoxc-...")
The token that starts with xoxd-
.
(setq kintai-slack-xoxd-token "xoxd-...")
This is just an example. You can set your preferred keybindings.
(global-set-key (kbd "C-c k s") 'kintai-start)
(global-set-key (kbd "C-c k e") 'kintai-end)
M-x kintai-start RET
Post the message that starts work to the Slack channel.
M-x kintai-end RET
Post the message that ends work to the Slack channel.
M-x kintai-start-with-additional-text RET <additional text> RET
A variant of the kintai-start
command that allows additional text to be added interactively.
M-x kintai-end-with-additional-text RET <additional text> RET
A variant of the kintai-end
command that allows additional text to be added interactively.
SEE: https://github.com/yuya373/emacs-slack#how-to-get-token-and-cookie
SEE: https://github.com/yuya373/emacs-slack#how-to-secure-your-token
SEE: COPYING.
Please send patches or questions to my public inbox below.