dotfiles/bin/pdf2txt

10 lines
179 B
Plaintext
Raw Permalink Normal View History

2016-09-21 01:22:14 +02:00
#! /bin/bash
pdftotext $1 -
## Function for diffing pdf's for git
# in ~/.gitconfig add
## [diff "pdf"]
## textconv = pdf2txt
# in repo's .gitattributes add
## *.pdf diff=pdf