bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

Ridiculously simple vim plugin to send a visual selection to an Slack channel #38

Closed pacoesteban closed 8 years ago

pacoesteban commented 8 years ago

Ridiculously simple vim plugin to send a visual selection to an Slack channel.

I'm sending this here in case is useful for anybody. The plugin (if it can be called that) itself it's so simple I did not dare to release it as a "real" vim plugin. It may be distributed with slackcat as a "goodie".

bcicen commented 8 years ago

Looks great; thanks @pacoesteban!

I'll move this into a contrib dir and link it in the main README.

pacoesteban commented 8 years ago

Great, thanks !

I just saw that the readme has a "bug".

At the end it should say "The command is mapped to <Leader>s" But github takes out the leader part (I guess because of the markdown interpretation). Could you put back-tics around it while you rearrange it ? (I can submit a fix if you prefer).

bcicen commented 8 years ago

Good catch! I'll get that corrected when moving it as well.