https://github.com/seletskiy/mcabber-slack-completion
Autocomplete buddy names with starting @
https://github.com/seletskiy/mcabber-slack-completion
Last synced: about 2 months ago
JSON representation
Autocomplete buddy names with starting @
- Host: GitHub
- URL: https://github.com/seletskiy/mcabber-slack-completion
- Owner: seletskiy
- Created: 2015-06-25T10:45:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T09:32:59.000Z (about 10 years ago)
- Last Synced: 2023-03-12T08:57:14.228Z (over 3 years ago)
- Language: C
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MCabber Slack Autocompletion
============================
Default MCabber setup can't complete names starting with `@`. That module adds
to completion list all users with leading `@` so they can be autocompleted and
two special names: `@channel` and `@everyone`.
## Installation
Package available in the AUR:
https://aur4.archlinux.org/packages/mcabber-module-slack-completion.
**Warning!** Until [Mcabber Issue
135](https://bitbucket.org/McKael/mcabber-crew/issue/135/make-register_builtin_cat-exported)
is not resolved,
[special build of
MCabber](https://aur4.archlinux.org/packages/mcabber-crew-hg-extended) is
required.
## Usage
Just add following lines to your MCabber config:
```
module load slack_completion
```