A simple tool to read metadata and text content of PDF files.
v10_15
is required macOS so that the command line tool can use async/await.
The build for this tool is managed through the Makefile
. The pdf.rb
formula uses this Makefile to compile and install the tool.
$ brew tap adamwulf/pdf
$ brew install pdf
$ brew uninstall pdf
$ brew untap adamwulf/pdf
- Update
pdf.rb
to include the new version number. - push repo to github
- tag that new commit with the same version as step 1
$ brew update
, or uninstal and reinstall
It's not clear to me when brew updates the tapped formula from github. Uninstalling and reinstalling always works. brew update
may work too.