Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a cli interface for this Exiftool package #6

Open
mattduffy opened this issue Nov 28, 2022 · 0 comments
Open

create a cli interface for this Exiftool package #6

mattduffy opened this issue Nov 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mattduffy
Copy link
Owner

Add a cli interface to this package that lets the user issue exiftool commands through this simplified wrapper. The most basic invocation would be like:

bash$ myExiftool /path/to/my/photo.heic

This would use the default shortcut stored in the exiftool.config file associated with the package.

Specifying a different shortcut stored in the exiftool.config file would be:

bash$ myExiftool SpecialShortcut /path/to/my/photo.heic

Adding new shortcuts to the exiftool.config file:

bash$ myExiftool addNewShortcut ['File:MIMEType', 'EXIF:Make', 'Exif:Model']
@mattduffy mattduffy added the enhancement New feature or request label Nov 28, 2022
@mattduffy mattduffy self-assigned this Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant