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.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,9 @@ If no directory is specified, the current directory (`.`) is used by default.
49
49
-`--ext`: Organize files into folders based on their **file extensions**.
50
50
-`--name`: Group files by their **starting names**.
51
51
-`--date`: Group files by their **creation dates**.
52
+
-`--ignore-dotfiles`: Ignore dotfiles when organizing.
52
53
53
-
> **Note**: These options cannot be used together. For example, you cannot use `--ext` and `--name` simultaneously.
54
+
> **Note**: Some of these options cannot be used together. For example, you cannot use `--ext` and `--name` simultaneously, but you can use `--ignore-dotfiles` with any one other option.
54
55
55
56
---
56
57
@@ -110,6 +111,23 @@ Organization Summary for '/path/to/directory':
0 commit comments