Skip to content

Instantly share code, notes, and snippets.

@pigmonkey
pigmonkey / PKGBUILD
Created April 30, 2019 16:10
python-pdfminer.six
# $Id$
# Maintainer: Tatsuyuki Ishi <ishitatsuyuki@gmail.com>
# Contributor: Kyle Keen <keenerd@gmail.com>
# Contributor: Jelle van der Waa <jelle@vdwaa.nl>
# Contributor: Pierre Chapuis <catwell@archlinux.us>
# Contributor: Stefano Esposito <ragnarok@email.it>
_name=pdfminer.six
pkgname="python-$_name"
pkgver=20181108
Monitor layout:
ID: 0 (primary)
name: eDP-1
position: 0,0
size: 1920,1080
size: 276mm,155mm dpi: 177,177
ID: 1
name: DP-1
position: 1920,0

Keybase proof

I hereby claim:

  • I am pigmonkey on github.
  • I am pigmonkey (https://keybase.io/pigmonkey) on keybase.
  • I have a public key whose fingerprint is 5249 2412 A119 0FC0 87EA 0F1D 70B2 20FF 8D2A CF29

To claim this, I am signing this object:

! Enabled modi
rofi.modi: window,run,ssh
! Window opacity
rofi.opacity: 100
! Window width
rofi.width: 50
! Number of lines
rofi.lines: 15
! Number of columns
rofi.columns: 1
@pigmonkey
pigmonkey / ppl_bash
Created April 12, 2013 19:21
Bash completion for ppl
_ppl()
{
local cur prev opts nick_cmds base
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
# Complete options
opts="add age bday email init ls mutt mv name nick org phone post pull push remote rm shell show url version"
if [[ ${prev} == "ppl" ]]; then
@pigmonkey
pigmonkey / _ppl
Created April 11, 2013 21:36
ZSH completion for [ppl](https://github.com/h2s/ppl). Currently completes commands and contact nicknames, but not arguments. To install, save to `$fpath`.
#compdef ppl
#autoload
# ppl zsh completion, based on oh-my-zsh pip completion
_ppl_contacts() {
contacts=(`ppl nick | cut -d ':' -f 1`)
}
local -a _1st_arguments
@pigmonkey
pigmonkey / smtp_tunnel.sh
Created January 22, 2012 05:36
Create a persisent SSH tunnel to an SMTP server using autossh.
/usr/bin/autossh -f -M 0 -o "ServerAliveInterval 30" -vCNL 4098:smtp.gmail.com:587 user@myserver.tld