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
`check_interval` | The time ( seconds ) between checks (for new files etc).
78
-
`parse_interval` | The time ( seconds ) to read the config file again for any changes.
79
78
`debug_log` | For debugging. To enter debug mode, the value of the debugLog field must be changed to 1.
80
79
`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.
81
80
`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.
@@ -124,9 +123,7 @@ Command | Description
124
123
---------|--------------
125
124
`file-sorter --start-sorter` | Start the sorter service
126
125
`file-sorter --help` | Displays all available commands.
127
-
`file-sorter --help` | Displays all available commands.
128
126
`file-sorter --set-check-interval [value]` | Changes the value of the check interval field to the value `[value]`.
129
-
`file-sorter --set-parse-interval [value]` | Changes the value of the parse interval field to the value `[value]`.
130
127
`file-sorter --set-default-dir-path [path]` | Changes the default location to `[path]`.
131
128
`file-sorter --set-enable-default-dir [value]` | 0:1 Enable the to transfer files in default dir.
132
129
`file-sorter --set-debug-log [value]` | Changes the logs status based on the value `[value]`. It can get the values `1``(debug mode)` and `0``(normal mode)`.
0 commit comments