https://github.com/htoooth/rename
help my friends
https://github.com/htoooth/rename
Last synced: about 1 month ago
JSON representation
help my friends
- Host: GitHub
- URL: https://github.com/htoooth/rename
- Owner: htoooth
- Created: 2014-07-25T13:10:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-25T13:29:14.000Z (almost 11 years ago)
- Last Synced: 2023-08-11T20:18:13.492Z (almost 2 years ago)
- Language: C#
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReTool
This tool is a tiny tool that help rename file.
# How to write
## step 1
using NuGet to install library: `insatll-package exiflib`
## step 2
read exif info `datetime` from jpg file using exiflib.
## step 3
generate new file name from your rule.
## step 4
copy file from origin file to new name file.
# Import
`Rename.cs` is import file that include `init` and `run` functions.
# About
This program belongs to htoo.
# Thanks
Thank to YongXin Wang.