An open API service indexing awesome lists of open source software.

https://github.com/htoooth/rename

help my friends
https://github.com/htoooth/rename

Last synced: about 1 month ago
JSON representation

help my friends

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.