Skip to content

Add support for linux #5

@yinflying

Description

@yinflying

Change Some code to fit for LINUX
modify url_hinter.rb in line 50

Weechat.config_set_plugin(option, 'open' )

to

Weechat.config_set_plugin(option,'xdg-open')

modify url_hinter.rb in line 351

Weechat.string_remove_color(message.dup, '')

to

Weechat.string_remove_color(message.dup, '').force_encoding("UTF-8")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions