Skip to content

Instantly share code, notes, and snippets.

@kwbr
kwbr / about.md
Created March 26, 2012 17:41 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@kwbr
kwbr / gist:2207176
Created March 26, 2012 17:36 — forked from exhuma/gist:2136677
Bash completion for fabric
#
# Bash completion for fabric
#
function _fab_complete() {
local cur
if [[ -f "fabfile.py" || -f "f
#!/bin/bash
_opts () {
perl -ne '
print if s/^.IP .\\fB\\-/-/ and s/\\(f(P|I|B|R)|)|".*//g;
print if s/^.IX Item .\-/-/ and s/"//g;
print if s/^.It Fl /-/;'
}
_man_generic() {