Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwulf/homebrew-pdf
A Swift command line app for fetching information from PDF files
https://github.com/adamwulf/homebrew-pdf
Last synced: 3 days ago
JSON representation
A Swift command line app for fetching information from PDF files
- Host: GitHub
- URL: https://github.com/adamwulf/homebrew-pdf
- Owner: adamwulf
- License: mit
- Created: 2024-06-20T23:01:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T05:41:39.000Z (5 months ago)
- Last Synced: 2024-06-22T18:19:40.348Z (5 months ago)
- Language: Swift
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple tool to read metadata and text content of PDF files.
# Notes
`v10_15` is required macOS so that the command line tool can use async/await.
# Brew
The build for this tool is managed through the `Makefile`. The `pdf.rb` formula uses this Makefile to compile and install the tool.
## Install
```
$ brew tap adamwulf/pdf
$ brew install pdf
```## Uninstall
```
$ brew uninstall pdf
$ brew untap adamwulf/pdf
```## New Version
1. Update `pdf.rb` to include the new version number.
2. push repo to github
3. tag that new commit with the same version as step 1
4. `$ brew update`, or uninstal and reinstallIt's not clear to me when brew updates the tapped formula from github. Uninstalling and reinstalling always works. `brew update` may work too.