Skip to content

Commit

Permalink
.aliases: Add mergepdf alias that concatenates PDF files
Browse files Browse the repository at this point in the history
  • Loading branch information
oschrenk authored and mathiasbynens committed Jul 31, 2012
1 parent 9c934b8 commit 5c3306c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .aliases
Expand Up @@ -95,6 +95,10 @@ alias showdesktop="defaults write com.apple.finder CreateDesktop -bool true && k
# URL-encode strings
alias urlencode='python -c "import sys, urllib as ul; print ul.quote_plus(sys.argv[1]);"'

# Merge PDF files
# Usage: `mergepdf -o output.pdf input{1,2,3}.pdf`
alias mergepdf='/System/Library/Automator/Combine\ PDF\ Pages.action/Contents/Resources/join.py'

# Disable Spotlight
alias spotoff="sudo mdutil -a -i off"
# Enable Spotlight
Expand Down

0 comments on commit 5c3306c

Please sign in to comment.