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

new binary name: endara #2

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "set_date_image_metadata"
name = "endara"
version = "0.1.0"
edition = "2021"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Bulk image Exif metadata
# Endara

Add date to image metadata when missing.
CLI tool to add `DateTimeOriginal` Exif Tag to image metadata.

Date parsed from file name.
When exif tag is not found, new tag will be set from date parsed from the file name.

```bash
Add date to image Exif metadata when missing

Usage: set_date_image_metadata [OPTIONS] <PATH>
Usage: endara [OPTIONS] <PATH>

Arguments:
<PATH> The path to the base directory
Expand Down
Loading