You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+11-3
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Features
41
41
- Minimum dependencies ( just uses ``Pathlib`` if only you're working with Python 2.x )
42
42
- Easy to use
43
43
- Fast!
44
+
- Returns ``JSON`` objects
44
45
- Support
45
46
- **OS Support**: Linux, Windows, Mac
46
47
- **Language Support**: Python 2.x, 3.x
@@ -108,11 +109,12 @@ Simple Scanner
108
109
}'
109
110
110
111
- If a file with the same name is already present in the *Output Directory* then ``Simple Scanner`` would ignore the file and leave it to the user.
112
+
- The filename which hasn't being because of the reason stated above would be returned in the ``NotMoved`` array of the result.
111
113
- If no *Output Directory* is specified, then ``Simple Scanner`` would create folders in the *Input Directory* itself.
112
114
113
115
Advanced Scanner
114
116
~~~~~~~~~~~~~~~~
115
-
.. figure:: https://i.imgur.com/krTnAZU.gif
117
+
.. figure:: https://i.imgur.com/L2aARhU.gif
116
118
:alt:
117
119
118
120
- ``Advanced Scanner`` maintains a ``heap`` for each filetype it encounters while scanning the *Output Directory*.
@@ -144,8 +146,14 @@ Advanced Scanner
144
146
]
145
147
}'
146
148
147
-
- Similar to ``Simple Scanner``, if a file with the same name is already present in the *Output Directory* then ``Simple Scanner`` would ignore the file and leave it to the user.
148
-
- If no *Output Directory* is specified, then ``Simple Scanner`` would create folders in the *Input Directory* itself.
149
+
- Similar to ``Simple Scanner``, if a file with the same name is already present in the *Output Directory* then ``Advanced Scanner`` would ignore the file and leave it to the user.
150
+
- The filename which hasn't being because of the reason stated above would be returned in the ``NotMoved`` array of the result.
151
+
- If no *Output Directory* is specified, then ``Advanced Scanner`` would read the folders in the *Input Directory* itself and move accordingly.
152
+
153
+
Applications
154
+
~~~~~~~~~~~~
155
+
156
+
- KRETA - It is a command line application which uses ``Filezen`` to organize file.
0 commit comments