edit-weechat icon indicating copy to clipboard operation
edit-weechat copied to clipboard

Compose weechat messages in your $EDITOR

Results 6 edit-weechat issues
Sort by recently updated
recently updated
newest added

Two commits improving support for external editing.

tmux users would probably like to be able to set their terminal command to something like: ``` tmux split-window "_the_command_; tmux wait-for -S weechat_editor" \; resize-pane -Z \; wait-for weechat_editor...

When redacting a message composing multiple lines, each line is sent separately. This has some major issues. Lines can arrive out of order, lines may not arrive at the other...

Also fix inconsistency on usage of global variables. See use of `PATH` vs `path` for example.

If I input this text in Vim via edit-weechat: ``` First line Second line ``` The spacing gets removed like this in the sent message: ``` First line Second line...

Dear Developers and Artists, Thank you for the marvel you do! Just in case, in Weechat, plugins and scripts are different in definitions. The current project seems to be a...