Skip to content

Commit

Permalink
new binary name: endara (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki authored Oct 1, 2024
1 parent 0e78b83 commit 3b165b3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
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

0 comments on commit 3b165b3

Please sign in to comment.