-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimplify.txt
More file actions
196 lines (162 loc) Β· 4.88 KB
/
simplify.txt
File metadata and controls
196 lines (162 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
184
185
186
187
188
189
190
191
192
193
194
195
=============================
π FILE STRUCTURE & NAMING SCHEME GUIDE
=============================
π± **MEDIA & CREATIVE:**
TeamPhoto_IMG_v1.jpg
ReactBasics_VID_v1.mp4
CompanyLogo_EDIT_v3.psd
CorporateSlides_TMPL_v1.pptx
π§ **TOOLS & SYSTEM:**
FileOrganizer_TOOL_v1.py
DatabaseConnection_CFG_v1.json
WeeklyBackup_BKUP_v1.zip
DataProcessing_TEMP_v1.csv
π§© 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 (Tag-Based Format)
=============================
π Universal Template:
[SHORTDESC]_[TYPE]_[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
β’ ARCH = Archive & compressed files
β’ DATA = Datasets & raw data
β’ LOG = Log files
β’ DRAFT = Draft documents/work in progress
=============================
π‘ PRACTICAL EXAMPLES
=============================
π **WORK & PROJECTS:**
WebsiteRedesign_PRJ_v1.html
ProjectProposal_DOC_v2.pdf
JavaScriptArrays_NOTE_v1.md
TeamStandup_MEET_v1.txt
π **BUSINESS & ADMIN:**
ClientXYZWeb_INV_v1.pdf
AWSCloudPractitioner_CERT_v1.pdf
Q3Planning_PLAN_v1.xlsx
MonthlySales_RPT_v1.xlsx
π± **MEDIA & CREATIVE:**
ProductLaunch_IMG_v1.jpg
TutorialRecording_VID_v1.mp4
CompanyLogo_EDIT_v3.psd
PresentationSlides_TMPL_v1.pptx
π§ **TOOLS & SYSTEM:**
FileOrganizer_TOOL_v1.py
DatabaseConnection_CFG_v1.json
ProjectFiles_BKUP_v1.zip
DataProcessing_TEMP_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, ARCH, DATA, LOG, DRAFT
=============================
π 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, ARCH, DATA, LOG, DRAFT)
**STEP 2:** Use the pattern:
[SHORT_DESCRIPTION]_[TYPE]_v1.[extension]
**STEP 3:** Quick examples:
β’ MyWebsite_PRJ_v1.html
β’ StudyGuide_NOTE_v1.md
β’ VacationPhoto_IMG_v1.jpg
β’ MyResume_DOC_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:**
β’ Use descriptive short names (1-3 words)
β’ Use CAPS for type codes (PRJ, DOC, IMG) - works as tags!
β’ Keep descriptions clear and searchable
β’ Use v1, v2, v3 for versions
β’ Use underscores (_) to separate parts
β **DON'T:**
β’ Use spaces in filenames
β’ Mix uppercase/lowercase in type codes
β’ Make vague descriptions
β’ Skip version numbers
β’ Use special characters