File tree Expand file tree Collapse file tree 1 file changed +9
-27
lines changed
Expand file tree Collapse file tree 1 file changed +9
-27
lines changed Original file line number Diff line number Diff line change @@ -71,35 +71,17 @@ This version introduces **Stats-Functionality**, making file organization even m
7171
7272## System Components
7373```
74- FileNest/
75- ├── .github/
76- ├── .vscode/
77- ├── src/
78- │ └── com/
79- │ └── filenest/
80- │ └── FileOrganizer.java
81- ├── libs/
82- ├── assets/
83- │ ├── images/
84- │ └── icons/
85- │ ├── MyIcon.iconset/
86- │ └── MyIcon.icns
87- ├── input/
88- │ ├── input-folder/
89- │ └── temp-input/
90- ├── output/
91- │ ├── out/
92- │ └── other generated files
93- ├── dist/
94- │ ├── FileNest.jar
95- │ ├── FileOrganizer.class
96- │ └── manifest.txt
97- ├── .gitattributes
98- ├── .gitignore
74+ FileNest/
75+ ├── assets/ # All icons and images
76+ ├── CODE_OF_CONDUCT.md
9977├── LICENSE
10078├── README.md
101- ├── SECURITY.md
102- └── CODE_OF_CONDUCT.md
79+ └── SECURITY.md
80+ ├── src/
81+ │ └── com/filenest/
82+ │ ├── FileOrganizer.class
83+ │ └── FileOrganizer.java # Your main FileOrganizer application
84+ └── .github/workflows/build.yml # Updated to use simple Java compilation
10385```
10486---
10587
You can’t perform that action at this time.
0 commit comments