Skip to content

Commit 8bde1ba

Browse files
committed
change in README file
1 parent 6866a70 commit 8bde1ba

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,33 @@
44
This utility effortlessly organizes files within a directory based on their creation dates.
55

66
### Features
7-
+ Sorts files into subdirectories based on their creation dates (year and month).
7+
+ Sorts files into subdirectories based on their
8+
creation dates (year and month).
89
+ Copy or Move the files
9-
+ Get the creation date from file name yyyymmdd* or file info or Exif
10+
+ Get the creation date from file name yyyymmdd*
11+
or file info or Exif
1012
+ Support Hebrew Calander
1113

1214
### Using
1315
```
1416
---
15-
usage: main.py [-h] --path PATH [--dest_path DEST_PATH] [--copy COPY] [--calander_type CALANDER_TYPE] [--date_source DATE_SOURCE]
17+
usage: main.py [-h] --path PATH [--dest_path DEST_PATH] [--copy COPY]
18+
[--calander_type CALANDER_TYPE] [--date_source DATE_SOURCE]
1619
1720
options:
1821
-h, --help show this help message and exit
1922
--path PATH, --s PATH source files path
2023
--dest_path DEST_PATH, --dp DEST_PATH destination files path
2124
--copy COPY, --c COPY type y to copy file, default is move
22-
--calander_type CALANDER_TYPE, --ct CALANDER_TYPE calander type: 1 for Gregorian calendar (default), 2 for Hebrew calender
23-
--date_source DATE_SOURCE, --d DATE_SOURCE create date source: 1 for file name date yyyymmdd, 2 for create date field, 3 for create date from the metadata
25+
--calander_type CALANDER_TYPE,
26+
--ct CALANDER_TYPE calander type:
27+
1. for Gregorian calendar (default),
28+
2. for Hebrew calender
29+
30+
--date_source DATE_SOURCE,
31+
--d DATE_SOURCE create date source:
32+
1. for file name date yyyymmdd*,
33+
2. for create date field,
34+
3. for create date from the metadata
2435
---
2536
```

0 commit comments

Comments
 (0)