This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
prunelocal = !sh -c 'git branch --merged | grep -v "^*" | xargs git branch -d' | |
pruneorigin = prune-remote origin | |
################## | |
# Helper aliases # | |
################## | |
# prune-remote <remote name> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import json | |
import optparse | |
import os | |
import subprocess | |
import sys | |
def gitdir(): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use strict; | |
use Irssi qw(command_bind MSGLEVEL_HILIGHT); | |
use vars qw($VERSION %IRSSI); | |
# Recommended key bindings: alt+pgup, alt+pgdown: | |
# /bind meta2-5;3~ /scrollback prev | |
# /bind meta2-6;3~ /scrollback next | |
$VERSION = '0.02'; | |
%IRSSI = ( |