-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
83 lines (62 loc) · 2.6 KB
/
notes.txt
File metadata and controls
83 lines (62 loc) · 2.6 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
// global todo list in /global/index.todo
// this is a list that is general to the project and can take any "shape" -
// you can later use this to "send" todo list items into your project code -
// or attach project code, todo items to a general "floating" todo list.
Funny thoughts
|-| blah blah blah
'this is a note on the above "archive" list item'
& /todo/attachements/blah_image.png
& /src/images/example.png
|\| ./.todo/lists.todo C3P0R2D2
example list
|x| some example list item that is completed
list 3
|-| some example thats not finished yet, i guess?
----- Project "in files using syntax" ----
**TodoProject
/src/
*Example.cpp
|#| ParseTest()
|-| blah blah blah!
'this is a note on the above "archive" list item'
& attachements/blah_image.png
code: #ParseTest()
|#| list 2
|#%|
|-| another example
|-| another example
/includes/
| | no todo list items yet.
// lists.todo // <username> is who the #id number is assigned to
// for example CMD todo --list <username> // will list all assigned #ids
// auto assign hash ids anyway, then when assigned, display #id
C3P0R2D2 src <username> attachments: one.png, two.png, three.excel
or
C3P0R2D2 archive
// .todo/src/index.todo
C3P0R2D2 line#231 /includes/DataHandler.h <timestamp>
|x| FIREBASE | add testing to check firebase connection.
// .todo/src/archive/index.todo
C3P0R2D2 line#231 /includes/DataHandler.h <timestamp>
|x| FIREBASE | add testing to check firebase connection.
// ------------- PROJECT BUILD FROM "GENERAL LIST" or TXT files
TERMINAL: $todo init build TodoProject.txt
or CMD: $todo build general #listID
// This will build an entire folder and commented starter files for your project based on your "todo list" project planning
**TodoProject
/src/
*Example.cpp
|#| ParseTest()
|-| blah blah blah!
'this is a note on the above "archive" list item'
& attachements/blah_image.png
|#| list 2
|#%|
|-| another example
|-| another example
/includes/
| | no todo list items yet.
// GLOBAL USES A DIF TYPE OF hash . simple
// if project hash is CnCnCn
// then "global" project hash is nCnCnC
// sh | down $1 per usr/mnth