From 2f6f7e1701cdfc776e469d55c374a2c414e44894 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Sun, 18 Oct 2015 19:24:28 -0700 Subject: Initial Commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ddcf04 --- /dev/null +++ b/README.md @@ -0,0 +1,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 ~/.weechat/python/autoload +``` -- cgit v1.2.3-70-g09d2