Skip to content

researcx/weechat-confsave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

weechat-confsave

Save non-default config variables to a file in various different formats.

Note: will attempt to exclude plaintext passwords.

INSTALLATION:

Through weechat

coming soon

Manually

wget:

wget -P ~/.weechat/python/ https://github.com/researcx/weechat-confsave/raw/master/confsave.py

curl:

curl -LJo ~/.weechat/python/confsave.py https://github.com/researcx/weechat-confsave/raw/master/confsave.py

USAGE:

/confsave [filename] [format]

    filename: target file (must not exist)
    format: raw, markdown or commands

About

A weechat config exporter which includes non-default variables. Outputs to /set commands, myweechat.md-style markdown or raw config.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages