mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 14:43:32 +01:00
9 lines
179 B
Bash
Executable file
9 lines
179 B
Bash
Executable file
#! /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
|