Skip to content

Commit

Permalink
Version 0.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
fra.ascenzi committed Aug 3, 2024
2 parents c73b7d4 + b8b12cb commit a7cd0e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# RENAMD
Renamd is a small utility tool that rename your .jpg files based on the earliest available creation date found in either EXIF or fs.stat metadata.

## Version 0.2.0
Fix & features:
- If Exif was not found, it keeps going.
- Use modified date if it's lesser than creation date.

### Summary
- [Requirements](#requirements)
- [How to use it](#howtouseit)
Expand All @@ -12,10 +17,14 @@ Renamd is a small utility tool that rename your .jpg files based on the earliest
To use this tool, you must have:
- **Node.js** version 18.0.0 or higher.
- **Typescript** version 5.4.5 or higher.
- A **CLI** to execute node index.js.
- A **CLI** to execute ```node index.js```.

## How to use it
Open your CLI and navigate to the folder of this tool.
Open your CLI and navigate to the folder of this tool, then:
- Install tool's dependencies:

```npm i```

- Build files with:

```npm run build```
Expand All @@ -24,7 +33,7 @@ Open your CLI and navigate to the folder of this tool.

```node index.js```

- Paste your file's path with ```"``` quotation marks as down below:
- Paste your folder's files path with ```"``` quotation marks as down below:

```"C:\Users\Administrator\Desktop\test"```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renamd",
"version": "0.1.0",
"version": "0.2.0",
"author": "Frash | Francesco Ascenzi",
"funding": "https://www.paypal.com/donate/?hosted_button_id=QL4PRUX9K9Y6A",
"homepage": "https://github.com/francesco-ascenzi/renamd",
Expand Down

0 comments on commit a7cd0e4

Please sign in to comment.