-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileStructure_and_NamingGuide_by_Divyansh.txt
More file actions
183 lines (151 loc) Β· 4.88 KB
/
Copy pathFileStructure_and_NamingGuide_by_Divyansh.txt
File metadata and controls
183 lines (151 loc) Β· 4.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
=============================
π FILE STRUCTURE & NAMING SCHEME GUIDE
=============================
π§© ORGANIZATION SYSTEM: Hybrid of PARA + GTD + Johnny Decimal + Custom
TOP-LEVEL FOLDERS (C:\)
-----------------------------
βββ 00-INBOX
β βββ Downloads
β βββ Screenshots
β βββ Temp
βββ 01-PROJECTS
β βββ 011-DisasterResponseApp
β βββ 012-PortfolioWebsite
β βββ 013-GF_Birthday_Planner
βββ 02-AREAS
β βββ 020-Personal
β βββ 021-Work
β βββ 022-Learning
βββ 03-RESOURCES
β βββ 040-Books
β βββ 041-Tutorials
β βββ 042-Templates
βββ 04-ARCHIVES
β βββ 061-OldProjects
β βββ 062-ObsoleteNotes
β βββ 063-Photos-Old
βββ 90-MEDIA
β βββ 901-Photos
β βββ 902-Videos
β βββ 903-Music
βββ 91-SOFTWARE
β βββ 911-Installers
β βββ 912-Drivers
β βββ 913-DevTools
βββ 99-TEMPLATE-LIB
βββ Resume_Template.docx
=============================
π NAMING CONVENTIONS (dd-mm-yy format)
=============================
π Universal Template:
[DD-MM-YY]_[TYPE]_[DESC]_[vX].ext
=============================
π― CORE TYPE CODES (Easy to Remember)
=============================
π **WORK & PROJECTS**
β’ PRJ = Project files (code, main work)
β’ DOC = Documents (reports, formal docs)
β’ NOTE = Notes & study material
β’ MEET = Meeting notes & discussions
π **BUSINESS & ADMIN**
β’ INV = Invoices & billing
β’ CERT = Certificates & credentials
β’ PLAN = Plans & roadmaps
β’ RPT = Reports & analytics
π± **MEDIA & CREATIVE**
β’ IMG = Images & photos
β’ VID = Videos & recordings
β’ EDIT = Edited/processed files
β’ TMPL = Templates & designs
π§ **TOOLS & SYSTEM**
β’ TOOL = Scripts & utilities
β’ CFG = Configuration files
β’ BKUP = Backup & archive files
β’ TEMP = Temporary files
=============================
π‘ PRACTICAL EXAMPLES
=============================
π **WORK & PROJECTS:**
05-08-25_PRJ_WebsiteRedesign_Homepage_v1.html
05-08-25_DOC_ProjectProposal_ClientABC_v2.pdf
05-08-25_NOTE_JavaScript_Arrays_v1.md
05-08-25_MEET_TeamStandup_WeeklySync_v1.txt
π **BUSINESS & ADMIN:**
05-08-25_INV_ClientXYZ_WebDevelopment_v1.pdf
05-08-25_CERT_AWSCertification_CloudPractitioner_v1.pdf
05-08-25_PLAN_QuarterlyGoals_Q3Planning_v1.xlsx
05-08-25_RPT_SalesAnalysis_Monthly_v1.xlsx
οΏ½ **MEDIA & CREATIVE:**
05-08-25_IMG_ProductLaunch_TeamPhoto_v1.jpg
05-08-25_VID_TutorialRecording_ReactBasics_v1.mp4
05-08-25_EDIT_CompanyLogo_FinalVersion_v3.psd
05-08-25_TMPL_PresentationSlides_Corporate_v1.pptx
οΏ½ **TOOLS & SYSTEM:**
05-08-25_TOOL_FileOrganizer_AutoRename_v1.py
05-08-25_CFG_DatabaseConnection_Production_v1.json
05-08-25_BKUP_ProjectFiles_Weekly_v1.zip
05-08-25_TEMP_DataProcessing_Interim_v1.csv
=============================
ποΈ FOLDER MAPPING GUIDE
=============================
**TYPE CODE β RECOMMENDED FOLDER:**
π **WORK & PROJECTS** β 01-PROJECTS/
β’ PRJ, DOC, NOTE, MEET
π **BUSINESS & ADMIN** β 02-AREAS/021-Work/
β’ INV, CERT, PLAN, RPT
π± **MEDIA & CREATIVE** β 90-MEDIA/
β’ IMG β 901-Photos/
β’ VID β 902-Videos/
β’ EDIT, TMPL β 903-Creative/
π§ **TOOLS & SYSTEM** β 91-SOFTWARE/913-DevTools/
β’ TOOL, CFG, BKUP, TEMP
=============================
π QUICK START GUIDE
=============================
**STEP 1:** Remember just 4 main groups:
1. **WORK** (PRJ, DOC, NOTE, MEET)
2. **BUSINESS** (INV, CERT, PLAN, RPT)
3. **MEDIA** (IMG, VID, EDIT, TMPL)
4. **TOOLS** (TOOL, CFG, BKUP, TEMP)
**STEP 2:** Use the pattern:
[Today's Date]_[TYPE]_[What it is]_v1.[extension]
**STEP 3:** Examples for today (05-08-25):
β’ 05-08-25_PRJ_MyWebsite_v1.html
β’ 05-08-25_NOTE_StudyGuide_v1.md
β’ 05-08-25_IMG_Vacation_v1.jpg
β’ 05-08-25_DOC_Resume_v1.pdf
**STEP 4:** When you update, just change v1 β v2
=============================
π‘ MEMORY TRICKS
=============================
π§ **Easy to Remember:**
β’ **PRJ** = "Project" (your main work)
β’ **DOC** = "Document" (official papers)
β’ **NOTE** = "Note" (learning & ideas)
β’ **IMG** = "Image" (photos)
β’ **VID** = "Video" (recordings)
β’ **TOOL** = "Tool" (scripts & utilities)
π― **When in Doubt:**
β’ Code files β PRJ
β’ Text files β NOTE
β’ Pictures β IMG
β’ Movies β VID
β’ Everything else β DOC
=============================
β
SIMPLE RULES
=============================
β
**DO:**
β’ Start with today's date (05-08-25)
β’ Use CAPS for type codes (PRJ, DOC, IMG)
β’ Keep descriptions short (1-2 words)
β’ Use v1, v2, v3 for versions
β’ Use underscores (_) to separate parts
β **DON'T:**
β’ Use spaces in filenames
β’ Mix uppercase/lowercase in type codes
β’ Make long descriptions
β’ Forget the date
β’ Skip version numbers
=============================
Β© Divyansh Joshi β File System Standard 2025
=============================