mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-05-14 20:09:26 +02:00
Need to work on install script
This commit is contained in:
commit
0fd6e855bf
14 changed files with 202 additions and 0 deletions
9
bin/pdf2txt
Executable file
9
bin/pdf2txt
Executable file
|
@ -0,0 +1,9 @@
|
|||
#! /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
|
Loading…
Add table
Add a link
Reference in a new issue