# 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 ```