diff options
author | Keith Smiley <keithbsmiley@gmail.com> | 2015-10-18 19:24:28 -0700 |
---|---|---|
committer | Keith Smiley <keithbsmiley@gmail.com> | 2015-10-18 19:24:28 -0700 |
commit | 2f6f7e1701cdfc776e469d55c374a2c414e44894 (patch) | |
tree | 4d8525efc11519756e61a807b64d1c140db4d086 /README.md | |
download | edit-2f6f7e1701cdfc776e469d55c374a2c414e44894.tar.gz edit-2f6f7e1701cdfc776e469d55c374a2c414e44894.zip |
Initial Commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
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 +``` |