blob: 40419f919de528d34da74064e6c3e77dfee0f8b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# edit-weechat
This simple [weechat](https://weechat.org/) plugin allows you to
compose messages in your `$EDITOR`.
# Usage
```sh
/edit
# Type some stuff
# Save and quit
```
# Installation
Copy the script to `~/.weechat/python/autoload`
```
mkdir -p ~/.weechat/python/autoload
wget https://raw.githubusercontent.com/keith/edit-weechat/master/edit.py ~/.weechat/python/autoload
```
|