Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woss/exiftool-action
Action for Exiftool. Include it in the path without installing, run multiple versions
https://github.com/woss/exiftool-action
actions exiftool metadata
Last synced: 17 days ago
JSON representation
Action for Exiftool. Include it in the path without installing, run multiple versions
- Host: GitHub
- URL: https://github.com/woss/exiftool-action
- Owner: woss
- Created: 2024-07-03T13:31:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T07:34:26.000Z (3 months ago)
- Last Synced: 2024-08-19T08:52:38.567Z (3 months ago)
- Topics: actions, exiftool, metadata
- Language: Perl
- Homepage:
- Size: 5.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exiftool Github action
When you need to get the exiftool in your actions but you don't want to do manual job.
The versioning of this action and the repo, follow the exiftool versioning, which currently is not a semver.
## Usage
Simply include it like this before your tests and the code that needs `exiftool`.```yaml
- name: Use Exiftool
uses: woss/[email protected]
```This repo is updated whenever Mr. Phil Harvey updates the [exiftool](https://exiftool.org)