diff options
author | Justin Kenyon <kenyonj@gmail.com> | 2015-09-18 16:09:15 -0400 |
---|---|---|
committer | Justin Kenyon <kenyonj@gmail.com> | 2015-11-03 09:37:05 -0500 |
commit | c79e62cc8f2579fee4f7345dd5b79617d3a5eb6b (patch) | |
tree | bc0097b8357d9032b27bd9f207dfb5a6ca0e5db2 /README.md | |
parent | 9e25dbdfb3ccdd0c3975ecff9c9f3d947b700844 (diff) | |
download | wee-slack-c79e62cc8f2579fee4f7345dd5b79617d3a5eb6b.tar.gz |
Add upload capability to slack buffer
This commit:
- Adds the ability to upload a file to the current slack buffer using
the `/slack upload [file_path]` command
Why?
- This is a very useful feature for people that are trying to fully
replace the slack web app
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -12,7 +12,8 @@ A WeeChat native client for Slack.com. Provides supplemental features only avail Features -------- - * **New** Emoji reactions! + * **New** Upload to slack capabilities! + * Emoji reactions! * Edited messages work just like the official clients, where the original message changes and has (edited) appended. * Unfurled urls dont generate a new message, but replace the original with more info as it is received. * Regex style message editing (s/oldtext/newtext/) @@ -169,6 +170,11 @@ Set all read markers to a specific time: /slack setallreadmarkers (time in epoch) ``` +Upload a file to the current slack buffer: +``` +/slack upload [file_path] +``` + Debug mode: ``` /slack debug |