Skip to content

Commit 341172a

Browse files
committed
modified: README.md
1 parent 86f6724 commit 341172a

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

README.md

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)