1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-09-28 05:24:42 +02:00
dotfiles/bin/pdf2txt

10 lines
179 B
Text
Raw 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