Skip to content

Instantly share code, notes, and snippets.

@senses3
senses3 / myweechat.md
Created January 18, 2022 02:00 — forked from pascalpoitras/1.md
My always up-to-date WeeChat configuration (weechat-dev)

WeeChat Screenshot

The squares in the chanmon buffer at the top of weechat in the gif above are there only to hide the nicknames and the messages in the gif to respect users privacies

You need at least WeeChat 3.4-dev

Enable mouse

/mouse enable

WeeChat Screenshot

Here I will show you how to create a bar very similar to the nicklist bar, but instead of showing nickname, it will show znc commands, whenever you click on a command, weechat will send a "help the_command_you_just_clicked" and insert the name of the command in the input bar, then enter any arguments required to the command and press enter.

You will need the following script

  1. text_item.py

Let's create the bar

@senses3
senses3 / install.sh
Created January 19, 2016 22:23
ESXi osx unlocker script
#!/bin/sh
set -e
echo VMware ESXi 5.x Unlocker 1.2.0
echo ===============================
echo Copyright: Dave Parsons 2011-13
# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin