diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-03-24 13:30:51 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-03-24 13:32:37 +0100 |
commit | 2acbd8f18f9b5e3c9bd777325145700163cb3fdf (patch) | |
tree | 54da2f656b9e47dc8816239fb64ac1471f809c51 /README.md | |
parent | 3314219c6a79fcd869723cba815bd147f1781298 (diff) | |
download | wee-slack-2acbd8f18f9b5e3c9bd777325145700163cb3fdf.tar.gz |
Add table of contents to the readme
This was generated with https://github.com/ekalinin/github-markdown-toc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -5,6 +5,32 @@ A WeeChat native client for Slack.com. Provides supplemental features only avail ![animated screenshot](https://github.com/wee-slack/wee-slack/raw/master/docs/slack.gif) +Table of Contents +----------------- + * [Features](#features) + * [Dependencies](#dependencies) + * [Setup](#setup) + * [1. Install dependencies](#1-install-dependencies) + * [2. Download wee_slack.py to ~/.weechat/python](#2-download-wee_slackpy-to-weechatpython) + * [3. Start WeeChat](#3-start-weechat) + * [4. Add your Slack API key(s)](#4-add-your-slack-api-keys) + * [Optional: Connecting to multiple teams](#optional-connecting-to-multiple-teams) + * [Commands and options](#commands-and-options) + * [Threads](#threads) + * [Emoji characters and tab completions of emoji names](#emoji-characters-and-tab-completions-of-emoji-names) + * [User group tab completions](#user-group-tab-completions) + * [Cursor and mouse mode](#cursor-and-mouse-mode) + * [Removing a team](#removing-a-team) + * [Optional settings](#optional-settings) + * [FAQ](#faq) + * [How do I keep the buffers sorted alphabetically or with a custom order?](#how-do-i-keep-the-buffers-sorted-alphabetically-or-with-a-custom-order) + * [How do I group the buffers by team in the buffer list?](#how-do-i-group-the-buffers-by-team-in-the-buffer-list) + * [How can I get system wide notifications for messages?](#how-can-i-get-system-wide-notifications-for-messages) + * [How do I send messages with multiple lines?](#how-do-i-send-messages-with-multiple-lines) + * [Known issues](#known-issues) + * [Development](#development) + * [Support](#support) + Features -------- * [Threads](#threads) support |