diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2013-02-10 17:14:03 +0100 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2013-02-10 17:14:03 +0100 |
commit | 17a6323f04309f8e78f1802be8d0089b89441ee3 (patch) | |
tree | ab578f43b80387c5cebf9417c231b27faff631ea | |
parent | Fix style (diff) | |
download | rencon-17a6323f04309f8e78f1802be8d0089b89441ee3.tar.xz |
Add README
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +rencon is a simple, safe tool able to rename files based on their content. + +Example usage: + rencon -m 'r_${hash}.${ext}' *.jpg + +It will rename all .jpg files with a hash based on their content, and add "r_" +to distinguish them. + +The default mask is ${hash}.${ext}. The hash used is SHA1. + +For more information, run rencon -h. + +It does not erase existing files. +While it can be used in that way it does not aim to do file deduplication. |