/bufferpriority

A script for weechat that sorts your buffers according to priorites you set

Primary LanguagePython

Buffer Priority for Weechat

This script allows you to assign numerical priorities to your buffers. Simple as that.

Help (/bpriority)

add

Adds a buffer to the list of priorites with a priority of

del

Deletes buffer from list of priorities if it exists

list

Lists the current buffers in the priority list

TODO

Script technically works but it is still in alpha.

  • Add some some sanity checks
  • Make negative values move buffers to the end
  • Tons of other shit I'm sure I missed