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
Sort-IT is a command line tool that allows you to sort your unorganized files. To do so, download the latest release binary and execute it with one of the following parameters.
4
+
5
+
```bash
6
+
# full sort, copy duplicates into subfolder of destination
7
+
--copy-duplicates
8
+
# don't check file type (mulitmedia)
9
+
--duplicates-only
10
+
# don't check file type (multimedia) and copy duplicates
11
+
--duplicates-only --copy-duplicates
12
+
# only sort files of type multimedia, ignore other file types
13
+
--multimedia-only
14
+
# only sort files of type multimedia, ignore other file types, and copy duplicates
15
+
--multimedia-only --copy-duplicates
16
+
```
17
+
18
+
When running `sort-it` it creates the following folder structure in the destination folder. Some subdirectories only get created when they are needed.
0 commit comments