Skip to content

Commit 98e9a18

Browse files
committed
Merge branch 'master' of https://github.com/bhrigu123/classifier
2 parents 0ab2f7c + 20f9c10 commit 98e9a18

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,22 @@ Downloads
5757

5858

5959
##Options
60-
`classifier [-h] [-st SPECIFIC_TYPES [SPECIFIC_TYPES ...]]
60+
`classifier [-h] [-dt] [-st SPECIFIC_TYPES [SPECIFIC_TYPES ...]]
6161
[-sf SPECIFIC_FOLDER] [-o OUTPUT]`
6262
## -h --help
6363
show help message and exit
6464

65+
## -dt --date
66+
Classify the files by their Creation Date
67+
6568
## -st --specific-types
6669
Move all file extensions, given in the args list, in the current directory into the Specific Folder
6770

6871
## -sf --specific-folder
6972
Folder to move files with Specific Type
7073

7174
## -o --output
72-
Main directory to put organized folders
75+
Main directory to put organized folders
7376

7477
###Example
7578
`classifier -st .py .pyc -sf "Python Files"`
@@ -98,6 +101,11 @@ Workspace
98101
99102
```
100103

104+
###Example
105+
######Classify by Date:
106+
`classifier -dt`
107+
108+
======
101109

102110
## The MIT License
103111
> Copyright (c) 2015 Bhrigu Srivastava http://bhrigu123.github.io

0 commit comments

Comments
 (0)