diff --git a/README.md b/README.md index bc8f7c0..7a8b950 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ parse_interval 5000 debug_log 0 default_dir_path /home/username/default_sorter_path/ enable_default_path 1 +move_files_without_ext 0 [check] @@ -73,6 +74,7 @@ Field | Description `debug_log` | For debugging. To enter debug mode, the value of the debugLog field must be changed to 1. `default_dir_path` | If a file is found outside of a folder and no specific location has been specified to which it should be moved, then it will go to default_dir_path. `enable_default_path` | If this option is enabled, then any file that do not have a specific location to which they should be sent will be sent to the default. +`move_files_without_ext` | If this option is enabled, then the sorter will move files that has no extension, otherwise those files will be ignored. `[check]` | This field includes all locations where the program will look for files. Each location that enters this field must be entered before `[done_check]`. `[targets]` | This field contains all the file extensions and all the locations that these files should be sent to. Each line in this field consists of two elements that are separated by a space. The first element is the extension of the file and the second is the location where this file should be sent. Also each new line must be entered before `[done_targets]`. `[exclude]` | This field contains all the file extensions and all the locations that these files should be ignored. Each line in this field consists of two elements that are separated by a space. The first element is the extension of the file and the second is the location where it must ignore a file. If a file has to be ignored in any location, then * must be placed instead of location. Also each new line must be entered before `[done]`.