Skip to content

spacepluk/weechat-biditext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

BiDi support for Weechat using python-pyfribidi

This simple script processes the messages using fribidi before they are printed. This way you can see messages written in RTL languages like Hebrew and Arab in the correct order.

This is also allegedly the shortest weechat script that actually does something useful :)

Dependencies

This script depends on libfribidi and it's python bindings.

On Debian system installing this package should be enough:

# aptitude install python-pyfribidi

On Arch Linux you can use pyfribidi from AUR.

TODO

  • Process the topic lines
  • Give a go to the input line

About

Use fribidi to handle RTL text on Weechat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages