File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,22 @@ Downloads
57
57
58
58
59
59
##Options
60
- `classifier [ -h] [ -st SPECIFIC_TYPES [ SPECIFIC_TYPES ...]]
60
+ `classifier [ -h] [ -dt ] [ - st SPECIFIC_TYPES [ SPECIFIC_TYPES ...]]
61
61
[ -sf SPECIFIC_FOLDER] [ -o OUTPUT] `
62
62
## -h --help
63
63
show help message and exit
64
64
65
+ ## -dt --date
66
+ Classify the files by their Creation Date
67
+
65
68
## -st --specific-types
66
69
Move all file extensions, given in the args list, in the current directory into the Specific Folder
67
70
68
71
## -sf --specific-folder
69
72
Folder to move files with Specific Type
70
73
71
74
## -o --output
72
- Main directory to put organized folders
75
+ Main directory to put organized folders
73
76
74
77
###Example
75
78
` classifier -st .py .pyc -sf "Python Files" `
@@ -98,6 +101,11 @@ Workspace
98
101
99
102
```
100
103
104
+ ###Example
105
+ ######Classify by Date:
106
+ ` classifier -dt `
107
+
108
+ ======
101
109
102
110
## The MIT License
103
111
> Copyright (c) 2015 Bhrigu Srivastava http://bhrigu123.github.io
You can’t perform that action at this time.
0 commit comments