Slack for Vim
This is a Vim plugin for post message to Slack
Currently this plugin is work in progress.
Usage
-
Post message via command line.
:Slack -channel=#general -text="Hello world"
Post
Hello world
to #general channel -
Post current buffer to Slack.
:Slack -channel=#general
Post current buffer texts to #general channel
-
Post visual selected texts.
:'<,'>Slack -channel=#general
Post visual selected texts to #general channel
-
Post message specific username
:'<,'>Slack -channel=#general -username=Vimmer
-
Post message specific username
:'<,'>Slack -channel=#general -username=Vimmer
-
Upload current buffer as a file.
:SlackFile -channel=#general
-
Upload selected text as a file.
:'<,'>SlackFile -channel=#general
Requirement
This plugin need webapi-vim.