aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeus Panchenko <zeus@camb.us>2006-05-10 09:55:48 +0000
committerZeus Panchenko <zeus@camb.us>2006-05-10 09:55:48 +0000
commitf16e092e6b302e2a81de8b0c7ad725f4ffdfd1ca (patch)
tree10cc1ffeaadebb8e25d450641a3a8bad692b1ea2
parenta4a52ba0eecd5ec6d3d7e21a285ff173027fa920 (diff)
downloadrenrot-f16e092e6b302e2a81de8b0c7ad725f4ffdfd1ca.tar.gz
renrot-f16e092e6b302e2a81de8b0c7ad725f4ffdfd1ca.tar.bz2
trailing spaces filtered.
TODO edited git-svn-id: file:///svnroot/renrot/trunk@107 fe2816f4-e837-0410-b10a-f608c9d244a1
-rw-r--r--README4
-rw-r--r--TODO6
-rw-r--r--renrot.rc2
3 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index 78d39b3..eee9d32 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ For prevent incorrect associations some explanations are needed here. The name
of project is short form of 'REName and ROTate' and no other interpretation
will be used.
-RenRot is intended to work with files of B<--ext> extention, containing
+RenRot is intended to work with files of B<--ext> extention, containing
EXIF date and can do two things with them - rename and rotate. It runs in batch
mode in current or set with B<--work-directory> directory, as well as selective
mode for separate files, set with single or multiply B<--files>, or everything
@@ -83,7 +83,7 @@ applications of the script:
to leave mtime untouched
renrot --ext 'jpg' --nomtime
- aggregate files by YYmmddHH
+ aggregate files by YYmmddHH
renrot --ext 'jpg' --aggr-template '%y%m%d%H'
RESTRICTIONS
diff --git a/TODO b/TODO
index 60a25f8..17113f5 100644
--- a/TODO
+++ b/TODO
@@ -42,9 +42,13 @@ File naming
the files number in the directory to process, it means NN for the number
less than 100, e.t.c.
-- to fix the feature with --aggr-template SOMENAME, when SOMENAME is dumb
+? to fix the feature with --aggr-template SOMENAME, when SOMENAME is dumb
name, no % character and than renrot moves all to SOMENAME directory
+- to add --counter-from option to let counting start from any desired number
+
+- to add --counter-step
+
Verbosity
+- to complete verbose output option implementation
diff --git a/renrot.rc b/renrot.rc
index ef2bbd1..5d5e572 100644
--- a/renrot.rc
+++ b/renrot.rc
@@ -39,7 +39,7 @@
# %y last two digits of year (00..99)
#
#$AggrTemplate = '%Y%m%d%H';
-#$AggrDelta = 900;
+#$AggrDelta = 900;
#$AggrDumb = 1;
#$AggrDir = "DIR";
#

Return to:

Send suggestions and report system problems to the System administrator.