higashi000 / sarahck.vim

Slack with Vim!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powered by vital.vim

sarahck.vim

This plugin is end of support

Description

This plugin is does Slack with Vim.

Library

This plugin is using vital.vim.

Install

If you using dein.vim.
Please describe in your vimrc.

call dein#add('higashi000/sarahck.vim')

If you using vim-plug.
Please describe in your vimrc.

Plug 'higashi000/sarahck.vim'

How to use

Get your Slack legacy token, and please describe in vimscript file as follows
Then load it with your vimrc.

let g:slackToken = "Your Token"

Please don't publish this token. If you publish this token, your account may be hijacked.

Post

:SarahckPostMessage

Display Channel List

Sorry, this function can only be used after Vim8.1.1594.

:SarahckChannelList

Display Channel Message

:SarahckDispChannel channelName

Channel Create

:SarahckCreateChannel channelName

Add Reaction

※Sorry, this function can only be used after Vim8.1.1594.
Please display channel message on popup window.
After, you choose timestamp wanting to do add reaction.

Check Direct Message

※Sorry, this function can only be used after Vim8.1.1594.

:SarahckDM

Pictures

  • channel list

channellist

  • DM List

dmlist

  • choice check history or send message

dmchoice

  • DM History and Channel History

dmhistory

About

Slack with Vim!!

License:MIT License


Languages

Language:Vim Script 100.0%